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
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