Python MySql Example MySql Workbench and MySql Connector video: https://www.youtube.com/watch?v=WDEyt2VHpj4 Python Tutorial to learn Python …
Original source
Python MySql Example MySql Workbench and MySql Connector video: https://www.youtube.com/watch?v=WDEyt2VHpj4 Python Tutorial to learn Python …
Original source
39 responses to “#64 Python Database Connection | MySQL”
Sublime text- where to get
"pip3" is not working in my system. Sir can you please tell how to make it work or any alternative method…..
Hello, can u please add something for Django
Your all series videos are awesome and brilliantly explained. Can you also please make tutorial on ' tkinter GUI ' ?
Got error: mysql-connector-python 8.0.15 requires protobuf>=3.0.0, which is not installed windows 8.1
after installing mysql-connector on cmd prompt. (Couldnt find out how to install this protobuf?)
While making db connection in pycharm (mydb = mysql.connector.connect(host, user, passwd) got this error: ModuleNotFoundError: No module named 'mysql'
Any idea how to proceed?
didnt found link for that pip is not working. as you mention in video at 1:11
no video for pip3 error. please help!!
Thank YOu
Thanks sir navin ❤
This is really helpful, could you please explain about posting data from a html for to the database for user registration and login using python.
What can i write name and password sir…we can write any name or any password
Hello sir , I have written some code in python in IDLE(and saved it has .py) then how to connect that code to MySQL database run it there .Sir just tell me the method to connect it……pls
where the database resides?
Thank you so much. :)))
Shouldn't we close the SQL connection at the end of the programme using mycursor.close()
great sir
Sir pycharm is not connecting please make a video on that
Getting error while connection
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it.
Thanks Navin for the simple and informative video.
in sublime even after putting right user name and password its giving error.. any suggestion how to resolve it?
how we can connect mysql in pycham?
"Authentication plugin '{0}' is not supported".format(plugin_name))
mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
I got this error.
"sir, please help in resolving this error"
Great teacher
"Authentication plugin '{0}' is not supported".format(plugin_name))
mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
I got this error
import mysql.connector is not working in pycharm and its working fine in python command line. Modulenotfounderror is coming there.
how to import bulk data in mysql using python code ???
hello
one question
which database i should use for python for create web application??
a database with best speed an performance !!
i use windows 10 .. and IDE Visual studio Code
i want a database for python Which is not necessary to change it later to another database
can we create a webpage…?
Best video on you tube ,Your Explanation is very good
child can understand your tutorials easily
I am unable to install the package through command you have shared, please help me with alternate ways if any
Pls make some videos on django
thank you sir. the video quality was excellent , and you are having very excellent teaching skills as well as programming skills, and that's why we love navin reddy .
more videos about python
Sir will do Django frame work in future
Recommend me some python book
Hello, i have installed mysql-connector in D drive and my python file is saved on C drive and executing the same code above, i get the message like "Traceback (most recent call last):
File "C:/Users/PC/.PyCharmCE2018.2/config/scratches/scratch_2.py", line 1, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'"
Please help me with this.
I watched whole of these Python playlist and learnt the Python for FREE. Thanks a lot. Appreciate your teaching and work 🙂
Really nice sir. Content is very good and to the point.
Great job Navin. Your series have been really helpful. I've learnt a lot. I'd appreciate if you can do also on Big data using python. Looking forward to it so much.
navin sir,may know which notes or book should i refer for python from basics to advanced