in

Python MySQL Database Connectivity – MySQL Connector | 2022 Complete Guide



In this video, learn to connect Python with MySQL database. We will install the MySQL connector, after installing Python and MySQL.

MySQL Tutorial for Beginners

Python Tutorial (English): https://youtu.be/HakXpkXcjdI
Python Tutorial (Hindi): https://youtu.be/b97WsOM9BYg

#PythonMySQL #MySQLConnector #AmitThinks

► Top Online Courses From Amit Thinks
MySQL Tutorial for Beginners: ⭐️
MongoDB Tutorial for Beginners: ⭐️ https://youtu.be/ocTPS4QH8sM
Bootstrap 4 Tutorial: ⭐️ https://youtu.be/qq3wEYWBMsM
Eclipse Programming Tutorial: ⭐️ https://youtu.be/0smG768uUis

► Follow
My Website – https://studyopedia.com

► Subscribe
https://www.youtube.com/c/amittechie

► Donate & Support us
https://www.paypal.com/paypalme/learnnow25

Share this:

36 Comments

  1. 1)Connect MySQL using Python, push "Data.csv" into the database.

    2)Connect MySQL using Python, push "Indian Cities.csv" into the database, and then use Python to load the data from MySQL.
    please share this two questions answers pls sir

  2. Sir in my sql set up when i was making storage path i m clicked musql but it shows only the msql shell.workbench and server is missing please tell me a solution for this please…..

  3. I have already installed python and MySQL so , is it necessary to install again by deleting the previous work coz I have some data on MySQL workbench which I dont want to be deleted .
    when I typed the mysql – – version in command prompt it says : 'mysql' is not recognized as an internal or external command,

    operable program or batch file.

  4. Thanks for making such helpful video… i am still facing pip installation problem after giving correct path of pip in environmental variable. when i type
    pip –version then path error occurred. please help me to solve this problem

  5. Thank you so much Amit such a great explanation but still i am getting one error in command promt after pasting this "mysql -u root -p"
    command that is "Enter password: *******
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"can you please help on this

  6. i already had mysql but i was not able to connect python and mysql as it was downloaded in wrong path so i tried reinstalling it simultaneously watching your video but it didnt ask me for password this time still i chose to continue doing and while entering my password after the command "mysql -u root -p" i got this error "ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061)" what do i do…?🥺🥺