Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'choad169_123s'@'node17.myserverhosts.com' (using password: YES) in /home/choad169/public_html/index.php on line 5
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'choad169'@'localhost' (using password: NO) in /home/choad169/public_html/index.php on line 6
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/choad169/public_html/index.php on line 6
Access denied for user 'choad169'@'localhost' (using password: NO)
I was trying to install a nulled image php script, and i edited the part i was suppose to about my database info, but every time i try to open any pagess, i get that error. =(
i am 100% sure that the db username i put in is correct same for the name of the database, and the password. also the user has full access to the database
this is the part i was suppose to edit
<?
$server = ".............";
$user = "choad169_123s";
$pass = "...";
$database = "choad169_image";
?>
please help me =(