Skip to content

Connect to mysql database, using python to perform the CRUD operations

Notifications You must be signed in to change notification settings

blackgeeknerd/python_to_mysqldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_to_mysqldb

Connect to mysql database, using python to perform the CRUD operations

#requirements -ensure you have pip installed -ensure you have mysql.connector package installed to install mysql.connector type the below command into the command line pip install mysql.connector

-ensure your DBMS(mysql workbench) have a user different from the root user, if you only have the root user, create a new user

About

Connect to mysql database, using python to perform the CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages