I have recently installed MySQL and phpMyAdmin, but when I try to login to phpMyAdmin with the root credentials I get the following error for this query:
SQL query:<
Uninstall your mysql version and all dependencies. To see all your mysql and dependencies packages installeds try this command:
- rpm -qa | grep mysql
For uninstall:
- yum erase mysql
- yum erase mysqlPackageDependencie
...
When all dependencies are uninstalled install the new mysql version:
- yum install mysql55-server
Start your Service Mysql:
- service mysqld start
Great! All works perfect now! :)