How to Create MySQL Database & Connection in Python | python Tutorials

preview_player
Показать описание
In this part of the MySQL tutorial in Hindi, you will learn to create MySQL database and connection.

For connection and create databases in MySQL, you need XAMPP and you will how to check it. It is done in three steps. In the first step, you need to install XAMPP, connections are done in the second step, and the third step is where the database is created in MySQL.

Our trainer will take you through creating MySQL database and connection with the help of practical implementation so you can understand it all properly.

We have made a complete playlist on Python. You can watch more videos from there to learn it all in detail.

WsCubeTech – Digital Marketing Agency & Institute.

✔ We can help you to create a Digital Marketing plan to take your business to new heights.
✔ Offering Job Oriented Most Latest, Updated, and advanced Digital Marketing Courses with Practical, Hands-on Live Projects Training & Exposure.
For More information : Call us at : +91- 92696-98122

There is a complete playlist of Digital Marketing Interview Tips & Tricks available -

There is a complete playlist of Facebook Ads available -

There is a complete playlist of Twitter Ads available.

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Please Don't Forget to Like, Share & Subscribe

--------------------------------------| Thanks |---------------------------
#Python #PythonCourse #CreateMySQLDatabase
Рекомендации по теме
Комментарии
Автор

😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.

wscubetech
Автор

here is the code for this video because little syntax has changed in the latest pymysql library: import pymysql as mq
# crating connection of file with the php my admin
my_obj=mq.connect(host='localhost', user='root', password='')
# cursor creation
cursor_obj=my_obj.cursor()

try:
db='create database School'
cursor_obj.execute(db)
print("DataBase Created")


except:
print("There is an error brother find the error ")

waleedpindi
Автор

The error shows "No module named PyMySQL but i installed pip Pymysql please help

nginxgaming
Автор

Bro module error aa rha help plzz no module name likh rha

userpic.
Автор

import pymysql as mq
mysql = mq.connect(host="localhost", user="root", password="")

rbcreation
Автор

dear i am learning from your well delivered lecture on python. dear will you please tell me if connection is not made then how to check the path

faisalriaz
Автор

very informative video but i am so sad because like are very less this amazing video thank you so much sir ;

IrfanKhan-fzju
Автор

TypeError: __init__() takes 1 positional argument but 4 were given

princechoudhary
Автор

in xampp server mysql is not starting port is blocked. pl reply sir

karunadhamapurkar
Автор

This error is show TypeError: __init__() takes 1 positional argument but 4 were given

montisaini
Автор

Mere pycharm se connect nhi ho rha h ..

Hell_Captain
Автор

Sir nhi ho rha hai connection aapke jaisa same to same krne par bhi..

funmoments