sjerp van wouden
New Pleskian
Tip to everyone: Plesk itself uses mysql. Dont fool around if you're not sure what you're doing! You might mess up your installation.
EDIT 7 june 2017: Do not follow up with code posted below here! If I find out the proper way I will post it! just messed up my server!
...which is the reason I'm starting this topic. I expect more people to have this issue so this should be a question & description. It's verbose so it's findable.
I thought I had taken all proscribed steps for updating mariaDB.
For some reason I've got this warning popping up:
mysql_connect(): Headers and client library minor version mismatch
You can check your versions by filtering "Client API" from the php info.
php -i | grep "Client API"
which gives me
Client API version => 10.1.23-MariaDB
Client API library version => 10.1.23-MariaDB
Client API header version => 5.5.50-MariaDB
So I suspect I forgot one step.
Your server can run without trouble with this warning, in other cases not. Best to solve it. For example, connecting Wordpress Jetpack will not working while this issue remains: you'll get a 520 error and a weird print "client_secret".
So: how to safely update this version?
BTW I'm on Centos 7
EDIT 7 june 2017: Do not follow up with code posted below here! If I find out the proper way I will post it! just messed up my server!
...which is the reason I'm starting this topic. I expect more people to have this issue so this should be a question & description. It's verbose so it's findable.
I thought I had taken all proscribed steps for updating mariaDB.
For some reason I've got this warning popping up:
mysql_connect(): Headers and client library minor version mismatch
You can check your versions by filtering "Client API" from the php info.
php -i | grep "Client API"
which gives me
Client API version => 10.1.23-MariaDB
Client API library version => 10.1.23-MariaDB
Client API header version => 5.5.50-MariaDB
So I suspect I forgot one step.
Your server can run without trouble with this warning, in other cases not. Best to solve it. For example, connecting Wordpress Jetpack will not working while this issue remains: you'll get a 520 error and a weird print "client_secret".
So: how to safely update this version?
BTW I'm on Centos 7
Last edited: