Couldn't log in phpeasyadmin with admin
I have installed phpeasyadmin with xampp 1.7.1 for linux on centos 5.3 x86.
I followed intallation instruction at phpeasyadmin directory.
After installation, I opened phpeasyadmin at browser with address "http://my-server/phpeasyadmin"
But I couldnot make log-in as admin which was given by file 'Install", "admin, phpeasyadmin".
The error message is this.
-----
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /var/www/html/my-server/phpeasyadmin/functions.php on line 29
Unable to select database
-----
This web server is working and I can log in mysql with root and users.
Please let me know how I can fix this.