Connection to Mysql was set up correctly, first i lost my db, i imported it back in b

Status
Not open for further replies.

snamm

New Member
Messages
6
Reaction score
0
Points
0
I get
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'snamm_admin'@'10.33.248.76' (using password: YES) in /home/snamm/public_html/includes/connect.php on line 8

Fatal error: Access denied for user 'snamm_admin'@'10.33.248.76' (using password: YES) in /home/snamm/public_html/includes/connect.php on line 8
But actually I have a database called snamm_urlbookmarks with all privilaged user snamm_admin,
I can access phpmyadmin too but my website cant access it.

Here is my setup:

$hostname_ = "localhost";
$database_ = "snamm_urlbookmarks";
$username_ = "snamm_admin";
$password_ = ...

Well I couldnt figure out why it is not connecting, please help if you can, thank you so much in advance

Kind regards
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Re: Connection to Mysql was set up correctly, first i lost my db, i imported it back

Try re-adding the user to the database with all permissions. Add int.boru.x10hosting.com to your remote hosts.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Re: Connection to Mysql was set up correctly, first i lost my db, i imported it back

Hello,

I think I have fixed it, can you just confirm it's working for you please?
 

snamm

New Member
Messages
6
Reaction score
0
Points
0
Re: Connection to Mysql was set up correctly, first i lost my db, i imported it back

Hello,

I think I have fixed it, can you just confirm it's working for you please?

Nope sorry, if you go to www.snamm.com, it is still down and not working.

Also int.boru.x10hosting.com is already added to my remote host list since i read it in another ticket, and i did just try removing and adding db admin again, no luck
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Re: Connection to Mysql was set up correctly, first i lost my db, i imported it back

This should be resolved.

Please re-open this thread or create a new one if it is not.
 
Status
Not open for further replies.
Top