AmirZoyber / MySQL_Python

Use MySQL in Python, Examples!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL_Python

Use MySQL in Python, Examples!

forthebadge made-with-python
label

Install MYSQL on Linux :

$ sudo apt install mariadb-server mariadb
$ mariadb-service-convert
$ sudo systemctl start mariadb
$ mysql -u root

Install mysql.connector :

$ pip install mysql-connector-python

About

Use MySQL in Python, Examples!


Languages

Language:Python 100.0%