Skip to content

Instantly share code, notes, and snippets.

@lithuak
Created April 2, 2014 11:11
Show Gist options
  • Save lithuak/9932115 to your computer and use it in GitHub Desktop.
Save lithuak/9932115 to your computer and use it in GitHub Desktop.
Python/MySQL on Windows
1. MySQL community edition (installer, 32bit) will install python connector
2. No additional packages are needed
3. Connection url would be like this: mysql+mysqlconnector://root:root@localhost/my_db_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment