Link to home
Start Free TrialLog in
Avatar of Member_2_7970041
Member_2_7970041

asked on

Database client version mismatch in PhpMyAdmin

Hello!

I use Ubuntu 14.04.1 Desktop and in PhpMy Admin I see this:

Database client version: libmysql - 5.5.50

But when I do this in the terminal:

mysql -V

I get ver. 5.5.52

Also in Synaptic Package Manager, when I go to "Databases", I see both mysql server and mysqlclient are 5.5.52
And in "Libraries" I see libmysqlclient18 also 5.5.52
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Are you having a problem?  There is no requirement for an exact match.  And libmysql is not libmysqlclient18.
Avatar of Member_2_7970041
Member_2_7970041

ASKER

Thanks for your reply!

No, I don't have a problem I'm aware of. I'm not saying that they must match exactly, though before they did match (both had .50 at the end of a version number). The thing I don't understand is how come in PhpMyAdmin it says that "Database client version: libmysql - 5.5.50" and everywhere else all I see is version 5.5.52
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
php uses the php-mysql tie in, it might not have been updated where the difference is coming from phpmyadmin....