Skip to content

cxxixi/PyMySQL_tutorial

Repository files navigation

PyMySQL_tutorial

This tutorial introduce severval basic but fundamental operations of MySQL in Python environment so that you can manipulate your database directly in Python.

Prerequisites:

Python 2.7
MySQL database
Env: win10

Get Started!

  • Get your MySQL installed.
       -Download MySQL You can use the simplest way to install —— MySQL installer. Click it and download.
       -Installing unpack the package and follow installation instructions. You can choose 'server Only' in the choose a setup type Section or customize your installation.  

  • Get your MySQL libaray installed in Python
    Simply use pip install MySQL to install MySQL

  • Configuration
       - After installing the MySQL, you register your own account.
    -(Optional,but recoommended)Initiate a configuration file named 'Config.ini' so as to get access to your database more quickly without typing account info everytime you'd like to access it. Details on this will be elaborated latter.

  • Basic operations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages