Centos mysql version is 5.5 however PHPmyadmin still says version 5.1
- by Marc Rasmussen
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