mysql - Error loading MySQLdb module: /usr/lib64/libperconaserverclient.so.18: version `libperconaserverclient_16' not found -


i'm getting following error on hosted django website:

django.core.exceptions.improperlyconfigured: error loading mysqldb module: /usr/lib64/libperconaserverclient.so.18: version `libperconaserverclient_16' not found (required /home1/reconess/python/lib/python2.7/site-packages/_mysql.so) 

the site working fine last week, week (with no changes made us), we're getting error. i'm thinking might change mysql setup done host (perhaps update percona?), given have little idea of percona is, let alone how django, mysql, , percona interact i'm having problems figuring out what's gone wrong , how fix it.

the file /usr/lib64/libperconaserverclient.so.18 exists.

thanks help.

same thing happened me today on shared server bluehost. following command did trick.

pip3.5 install --upgrade mysqlclient

i looked @ full error message , noticed running python2.7, call pip might different.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -