LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Please help: Your PHP MySQL library version 5.0.92 differs from your MySQL server ver (https://www.linuxquestions.org/questions/linux-server-73/please-help-your-php-mysql-library-version-5-0-92-differs-from-your-mysql-server-ver-874321/)

DarkSlayer 04-11-2011 09:22 AM

Please help: Your PHP MySQL library version 5.0.92 differs from your MySQL server ver
 
Hello
My PhpMyAdmin 3.3.10 showing next error
Quote:

Your PHP MySQL library version 5.0.92 differs from your MySQL server version 5.5.11. This may cause unpredictable behavior.
How can i fix this informative "error" and upgrade this php mysql library?

But for now everything works flawlessly.
I just dont' wanna see any more such error. everything should be up to date :). but don't know how to get rid of this one.

My setup is:
CentOS 5.6 with
Code:

php53u-5.3.6-1.ius.el5
php53u-xml-5.3.6-1.ius.el5
php53u-bcmath-5.3.6-1.ius.el5
php53u-pear-1.9.2-1.ius.el5
php53u-common-5.3.6-1.ius.el5
php53u-cli-5.3.6-1.ius.el5
php53u-mysql-5.3.6-1.ius.el5
php53u-soap-5.3.6-1.ius.el5
php53u-xmlrpc-5.3.6-1.ius.el5
php53u-mbstring-5.3.6-1.ius.el5
php53u-gd-5.3.6-1.ius.el5
php53u-pecl-memcache-3.0.5-1.ius.el5
php53u-devel-5.3.6-1.ius.el5
php53u-pdo-5.3.6-1.ius.el5
php53u-mcrypt-5.3.6-1.ius.el5
php53u-snmp-5.3.6-1.ius.el5
php53u-pecl-apc-3.1.6-4.ius.el5

MySQL-server-5.5.11-1.rhel5
MySQL-shared-compat-5.5.11-1.rhel5
MySQL-shared-5.5.11-1.rhel5
MySQL-devel-5.5.11-1.rhel5
MySQL-client-5.5.11-1.rhel5

httpd-2.2.3-45.el5.centos

and
 
PhpMyAdmin 3.3.10


knudfl 04-11-2011 10:01 AM

http://dev.mysql.com/downloads/mysql/#downloads
QUOTE : Development Releases : 5.5.11.
I.e. a version for the (remote ?) future. Not for production.

# yum remove MySQL* ( Or easier : # rpm -e --nodeps <package-name>
( If you want to use 5.5.11, you will have to compile all extensions yourself.)

# yum install <the-required-mysql-packages>

..

DarkSlayer 04-12-2011 01:07 AM

Quote:

Originally Posted by knudfl (Post 4321055)
http://dev.mysql.com/downloads/mysql/#downloads
QUOTE : Development Releases : 5.5.11.
I.e. a version for the (remote ?) future. Not for production.

no no, I think that U've forgotten to change tabs on MySQL download page :
Dev release: MySQL Community Server 5.6.2 m5
GA release: MySQL Community Server 5.5.11

knudfl 04-12-2011 03:03 AM

OK then, but it's still a fact that 1) any package you get from
"mysql/#downloads" will never be able to fit with an extension,
you can get for your OS ( any OS ) with 'yum'.
Packages from MySQL/Downloads are for test and evaluation only, I think.

I.e. you will have to compile all extensions yourself.

2) No testing OS uses 5.5.11, AFAIK. Debian Sid : mysql 5.1.56,
Fedora 15 : mysql-5.5.10, Fedora 16 : mysql-5.5.10.

... And : CentOS 6 / RHEL 6 : The version is mysql-5.1.52
http://ftp.redhat.com/pub/redhat/lin...t/en/os/SRPMS/

..


All times are GMT -5. The time now is 10:48 PM.