Unable to configure phpmyadmin
n error occurred while installing the database:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Also when I view phpmyadmin in browser it gives me 404 error. Anyone Please help.
Thanks.
2 Replies
It sounds as though you're using the wrong password for your MySQL root user. Chances are, when you installed MySQL you may have used another root password than your system's root password.
Regarding the 404 error, you may not have the phpMyAdmin files symlinked to your DocumentRoot, or you may be trying to access it via HTTP when you need to be accessing it by HTTPS.
Thanks,
Dave.
Can you post the logs here ?