Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 429 Bytes

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