Percona installation problem
Percona installation problem
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
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.
But when I check phpmyadmin, it keeps giving me this error
I have removed mysql-server, client, etc... through apt-get remove <package name>Your PHP MySQL library version 5.5.47 differs from your MySQL server version 5.6.28. This may cause unpredictable behavior.
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
And if try to use php5-mysqlnd instead php5-mysqli ?
Re: Percona installation problem
Thank you! @skurudo it worked!skurudo wrote:And if try to use php5-mysqlnd instead php5-mysqli ?
Re: Percona installation problem
Nice to hear )suassive wrote: Thank you! @skurudo it worked!
mysqlnd newer and better.