Skip to content
TuPengXiong edited this page Aug 22, 2017 · 3 revisions

Welcome to the python wiki!

python mysql 安装 问题

  • EnvironmentError: mysql_config not found
ubuntu:apt-get install libmysqlclient-dev python-dev
centos:yum install -y mysql-devel python-devel python-setuptools
  • pip install mysql-python
Clone this wiki locally