问题:centos7中安装mysqlclient时候报错:
OSError: mysql_config not found ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
解决方法: yum install gcc mariadb-devel pip3 install mysqlclient 补充: 多种mysql驱动
python并没有给出连接mysql的程序实现,所以需要安装第三方的程序包==mysql驱动
进而可以在python中连接mysql