Hi my friends
I have Python script in my cPanel server and need to connect my script to MYSQL, for connecting Python to MYSQL i need to have libmysqlclient
Please help me to fix problem.
I ask this question in cPanel forum because this error only occur on cPanel server and other servers without cPanel doesn't have this problem.
thanks alot
I have Python script in my cPanel server and need to connect my script to MYSQL, for connecting Python to MYSQL i need to have libmysqlclient
Code:
File "/usr/lib64/python3.6/site-packages/MySQLdb/init.py", line 19, in <module>
import _mysql
ImportError: /usr/lib64/libmysqlclient.so.18: version `libmysqlclient_16' not found (required by /usr/lib64/python3.6/site-packages/_mysql.cpython-36m-x86_64-linux-gnu.so)
I ask this question in cPanel forum because this error only occur on cPanel server and other servers without cPanel doesn't have this problem.
thanks alot