Hello
im trying to do a simple check up for a connection to my database through PHP script that looks like that :
<?php mysql_connect("74.86.118.24
", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>
but it always answers :
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dannydb '@'voda23.voda23.com' (using password: YES) in /home/rgajsgjb/public_html/test.php on line 5
Access denied for user 'dannydb '@'voda23.voda23.com' (using password: YES)
what didnt i do good ?
*the user that i interd is the one i created with ABVFP
my site is www.brasilwebdesign.com (the link in the center of the page)
thanks
im trying to do a simple check up for a connection to my database through PHP script that looks like that :
<?php mysql_connect("74.86.118.24
", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>
but it always answers :
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dannydb '@'voda23.voda23.com' (using password: YES) in /home/rgajsgjb/public_html/test.php on line 5
Access denied for user 'dannydb '@'voda23.voda23.com' (using password: YES)
what didnt i do good ?
*the user that i interd is the one i created with ABVFP
my site is www.brasilwebdesign.com (the link in the center of the page)
thanks
Comment