I cannot figure out this error
Warning: mysql_query() [function.mysql-query]: Access denied for user 'pokefan0'@'localhost' (using password: NO) in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 4
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 4
Access denied for user 'pokefan0'@'localhost' (using password: NO)
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbname = 'pokefan0_wolfmagic';
is what I have typed.
Warning: mysql_query() [function.mysql-query]: Access denied for user 'pokefan0'@'localhost' (using password: NO) in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 4
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 4
Access denied for user 'pokefan0'@'localhost' (using password: NO)
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbname = 'pokefan0_wolfmagic';
is what I have typed.