Need Help With FLyff Register Page!

Newbie Spellweaver
Joined
Nov 28, 2009
Messages
14
Reaction score
0
well ive been working on everything for awhile..
and ive gotten as far as the register page..
im usin XAMPP and i put all the files in the right place
but right now im having the problem where i type in my web address and this pops up..

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\FlyffDynex\config.php on line 9
Access denied for user 'root'@'localhost' (using password: YES)

any idea..?
 
1. Ur using mysql, are you using some sort of emulator? or the official files?
2. The error means that, u need to fill in the right password, cause obviously it doesnt connect to ur database.
 
Back