yet another SQL problem...

Status
Not open for further replies.

devilsshadow

New Member
Messages
2
Reaction score
0
Points
0
First of all, Hello everybody and i am really glad to be a part of the x10 community.I am truly sorry that my first post will be about a problem but i have nowhere else to turn.I've been reading the forum for the past 2 days and so far i've come out empty handed...there are a lot of MySQL problems out there and i have tried all the solutions previously given in other threads...It is not in my character to start a new thread before searching thoroughly.I will try to to explain this best as i can but feel free to ask me if there are any loos ends you would want me to cover.
Upon trying to connect to my newly created DB i get this error

"Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/{deleted}/public_html/{deleted}/install/functions.php on line 76"

This is what's at line 76

$error_message = mysql_error($db_connection);

I tried everything in the database field from localhost to mysql.x10hosting.com
The DB user has all the privileges enabled

I am running out of options and i am getting desperate...
I am truly sorry if my problem was already solved and i missed it...in this case any forum mod should feel free to delete this thread, if not then please help me

Thanks
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
It seems your script isn't making a connection to the MySQL server. I would look over everything once more.
 

devilsshadow

New Member
Messages
2
Reaction score
0
Points
0
thanks for the reply, i will do a thorough check of everything and i will come back with the answer
 
Status
Not open for further replies.
Top