I am trying to get a Python script to run on the linux server I\'m connected to via ssh. The script uses mysqldb. I have all the other components I need, but when I try to i
In CentOS 7 , the following things should be done:
#step1:install mysql https://dev.mysql.com/doc/mysql-yum-repo-quick-guide/en/ #step2: sudo yum install mysql-devel
or
sudo yum install mysql-community-devel