PHP MySQL Client API Version old?

demzie

New member
Joined
Apr 8, 2015
Messages
5
Hi,

I upgraded to php 5.6.7 in combination with MySQL 5.6.24.
I used the beautifull custombuild 2.0 to do this, everything went fine.

But when i check: phpinfo()
It still says under MySQL: Client API version - mysqlnd 5.0.11-dev - 20120503

I already rewrote confs, rebuild php n several times, build all..
Reboot services, even rebooted the server.

There are no errors and the version states like it should:

[root@yolo custombuild]# rpm -qa | grep MySQL
MySQL-shared-5.6.24-1.linux_glibc2.5.x86_64
MySQL-server-5.6.24-1.linux_glibc2.5.x86_64
MySQL-client-5.6.24-1.linux_glibc2.5.x86_64
MySQL-devel-5.6.24-1.linux_glibc2.5.x86_64

Am i missing something or just paranoid? the api version should be the client new version right?

Thanks in advance :)
 
Thanks smtalk! Normal behavior it is :)

What do you mean petertje?

BTW other question:
I also used as you can read the CB2.0 for the mysql installation, and it must be me or something but where the.. is the my.cnf?
I cant find it except for the one here: /usr/local/directadmin/conf/my.cnf ...
I dont have an /etc/my.cnf ?? Like i should?
Locate / find gives me nothing..
Any way to trace it or am i being paranoid again? :) :)
 
DirectAdmin should create /etc/my.cnf automatically on the installation time. Are you sure it didn't get removed or renamed? Please check:
Code:
ls /etc | grep my.cnf

If you're unable to find it, I'd recommend creating a new /etc/my.cnf file, with at least the following for security purposes: http://help.directadmin.com/item.php?id=208
 
[root@yolo etc]# ls /etc | grep my.cnf
my.cnf.d
my.cnf.old
my.cnf.rpmsave
[root@zero etc]#

This is what i got smtalk..
 
[root@yolo etc]# ls /etc | grep my.cnf
my.cnf.d
my.cnf.old
my.cnf.rpmsave
[root@zero etc]#

This is what i got smtalk..

Please check your /etc/my.cnf.old and /etc/my.cnf.rpmsave files :) Rename the one having "local-infile=0" inside to /etc/my.cnf and restart MySQL service.
 
Back
Top