sure, the error states that PhpMyAdmin tries to connect to MySQL server at localhost as user 'root' without specifying a password (you see that "using password: NO"). You have to set password for mysql user 'root' in config file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can login to phpmyadmin and everything is up and running, but when I try to connect to a my config.php file for torrentflux, I get the following:
[code]
Database error: Access denied for user 'root'@'localhost' (using password: NO)
Always check your database variables in the config.php file.[/code]
My config.php file is set up acurately.
What am I missing?
Please and thanks
Flippo
looks like you didn't set a pass in the config file
sure, the error states that PhpMyAdmin tries to connect to MySQL server at localhost as user 'root' without specifying a password (you see that "using password: NO"). You have to set password for mysql user 'root' in config file.