Back to Browse

MySQL & Python - Data Migration & Manipulation

3.8K views
Sep 24, 2021
12:35

(At 10:48 it's *Drop not Delete) At 6:05 mysql.connector's full connection string: engine = mysql.connector.connect (user='root', password='password', host='localhost', port = 3306, database='supermarket') This video shows how to connect Python with Databases. MySQL is the database that's being used. This video covers how to import and export tables to and from MySQL. It also covers reading/writing queries and using DDL and DML commands from Python. Tools/libraries used are SQLAlchemy and sql.connector. LinkedIn: https://www.linkedin.com/in/stanley-george-joseph-2aa569216/ GitHub Repository: https://github.com/stanley-george-joseph/MySQL-Python-Data-Migration-and-Manipulation #mysql #python #datamigration #datamanipulation #sqlconnector

Download

0 formats

No download links available.

MySQL & Python - Data Migration & Manipulation | NatokHD