JerryShao's Blog

  • Home
  • Posts
  • About

Install the latest mysql-connector-python on windows

  • November 25, 2016
  • MySQL  
  1. Download the latest release from github. Download
  2. Extract the zip file.
  3. Open your terminal under the extracted folder.
  4. Make sure you have execution permission.
sudo chmod u+x .
  1. Build this modual.
py ./setup.py build
  1. Install this modual.
py ./setup.py install
Read more...
© 2014 - 2024 Jerry Shao
Powered by Hugo and Whiteplain