MySQL Error

Status
Not open for further replies.

froger

New Member
Messages
49
Reaction score
0
Points
0
I am getting this error on my website as of the night before last.

mysql_fetch_array(): supplied argument is not a valid MySQL result resource

An idea to why this is?
 

dbantner

New Member
Messages
34
Reaction score
1
Points
0
I am getting this error on my website as of the night before last.

mysql_fetch_array(): supplied argument is not a valid MySQL result resource

An idea to why this is?

Yeah not just you. Seems like everyone with free hosting is having the same issues. Guess it's just a waiting game now...
 

froger

New Member
Messages
49
Reaction score
0
Points
0
I just fixed the issue. It is easy to resolve. In cPanel goto remote mysql. In the input field put a % and then click add host. That should fix the issue.
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Please try:

1. cPanel --> MySQL Databases

Current Databases

aaa_jo151 0.00 MB aaa_jo151 X Delete Database

Click on the user
Check ALL PRIVILEGES on the next screen
Repeat for all db users
Click "Save Changes"

That should work.

2. Still no connection, check the software confinguration/settings file . It should set something like $dbhost to 'localhost'. If not, something like 'ini.chopin.x10hosting.com' , change it to 'localhost'

3. Still no connection, post back here.
 
Last edited:
Status
Not open for further replies.
Top