Page 1 of 1

Percona installation problem

Posted: Wed Feb 03, 2016 1:45 am
by suassive
Every time I install Vesta on a clean server, once the installation is finished. I replace the default installation of mysql with Percona.
But when I check phpmyadmin, it keeps giving me this error
Your PHP MySQL library version 5.5.47 differs from your MySQL server version 5.6.28. This may cause unpredictable behavior.
I have removed mysql-server, client, etc... through apt-get remove <package name>
and have deleted/purged the old files
but nothing changes that warning.
What am I doing wrong?
if so, can anyone guide me?
thank you.

Re: Percona installation problem

Posted: Wed Feb 03, 2016 10:55 am
by skurudo
And if try to use php5-mysqlnd instead php5-mysqli ?

Re: Percona installation problem

Posted: Wed Feb 03, 2016 7:40 pm
by suassive
skurudo wrote:And if try to use php5-mysqlnd instead php5-mysqli ?
Thank you! @skurudo it worked!

Re: Percona installation problem

Posted: Wed Feb 03, 2016 7:44 pm
by skurudo
suassive wrote: Thank you! @skurudo it worked!
Nice to hear )
mysqlnd newer and better.