By Lex Gabrees
So I upgraded mysql from 5.5 to 5.6 and now PHPmyadmin shows me this message :
Your PHP MySQL library version 5.5.50 differs from your MySQL server version 5.6.31. This may cause unpredictable behavior.
Is there any way that I can solve this ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, try the command:
sudo apt-get update
sudo apt-get install php5-mysqlnd
Then restart apache2 and mysql, please write us if it works
Hello,
Try running the commands below to update php-mysql.
apt-get update
apt-get install php5-mysql
apt-get install php5-mysqli
Once done, restart your web server.
Hi …
I got this message :
Building dependency tree Reading state information… Done Package php5-mysqli is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: php5-mysqlnd:i386 php5-mysql:i386 php5-mysqlnd php5-mysql
E: Package ‘php5-mysqli’ has no installation candidate
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.