Running MariaDB 10.1 but libmysql version is 5.1.73!
According to phpMyAdmin, I am running MariaDB 10.1 but my libmysql version is 5.1.73. Is that correct or should it be another version entirely?
Server: Localhost via UNIX socket
Server type: MariaDB
Server version: 10.1.21-MariaDB - MariaDB Server
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)
cpsrvd 11.62.0.16
Database client version: libmysql - 5.1.73
PHP extension: mysqli
-
Hello, It is correct since 5.1.73 version isn't related to version of MariaDB server(ie. 10.1.21), it is about version of MySQL Client which is being used by php to communicate with MariaDB server. Regards, Sagar 0 -
Hello, The previous post is correct. This corresponds on the following RPM installed on the system: compat-MySQL51-shared-5.1.73-1.cp1150.x86_64 Thank you. 0
Please sign in to leave a comment.
Comments
2 comments