I keep getting this error Warning: mysql_connect(): Access denied for user 'geek'@'localhost' (using password: NO) in /home/geek/public_html/alice/src/admin/dbprefs.php on line 57
I have checked the forum path in both fields in dbprefs.
I thought it could have been my pwd making use of the ['s so I tried a trick with that and ended up changing the whole db pwd to just alpha and numerics and still getting this.
$rootdir= "/home/geek/public_html/alice/aiml/";
require('/home/geek/public_html/includes/config.php');
$DB_HOST=$config['MasterServer']['localhost'];
$DB_UNAME=$config['MasterServer']['geek_vForum'];
$DB_PWORD=$config['MasterServer']['***********'];
$DB_DB=$config['Database']['geek_vForum'];
Any help with this please?
|