My mysql database migrated and I can read it. I have a django project that relies on libmysqlclient.so.18 to access mysql.
what should i do to make sure it can access it?
- Code: Select all
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: libmysqlclient.so.18: cannot open shared object file: No such file or directory