Centos 安裝 MySQL-python

YatHo發表於2017-11-27

更新yum

yum update

  

yum install mysql-devel

  

yum install gcc

  

yum install python-devel

  

pip install MySQL-python

  

相關文章