Centos mysql version is 5.5 however PHPmyadmin still says version 5.1

Posted by Marc Rasmussen on Server Fault See other posts from Server Fault or by Marc Rasmussen
Published on 2014-08-25T14:00:48Z Indexed on 2014/08/25 16:22 UTC
Read the original article Hit count: 261

Filed under:
|

When i run the following in my console:

[root@****~]# mysql -u root -p -e 'SELECT VERSION();'
Enter password:
+-----------+
| VERSION() |
+-----------+
| 5.5.39    |
+-----------+

Which should be the correct version.

However when i enter my PHPMYADMIN on my server it has the following specs:

Server: Localhost via UNIX socket
Program: MySQL
Programversion: 5.1.73 - Source distribution

So which version is the correct one and how do i make sure that the database is running on 5.5?

Note

I have already restarted sql several times without any changes

© Server Fault or respective owner

Related posts about centos

Related posts about mysql