How to access a MySql Database using PYTHON

preview_player
Показать описание
Here I have given you the Information of how to connect with Mysql database and how to access the table using PYTHON.

Install pymysql library
Рекомендации по теме
Комментарии
Автор

Is it the same for mac ? I can not access mysql using python.

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1045, "Access denied for user 'user1'@'localhost' (using password: YES)")
>>>

moonfahim
Автор

Hello, thanks for your video. How do I include the column names of the table?

liuyu
Автор

Do you provide classroom training too? On Python and MySQL?

VirendraBG
Автор

Why darcula environment? Don't you see that doesn't work for video? Didn't you watch your video before publish?

alanoluiz