BAD_2019_PojProg/mysql_python
2019-04-19 15:19:37 +00:00
..
mysql_connect.py initial commit 2019-04-19 16:39:15 +02:00
README.md Update 'mysql_python/README.md' 2019-04-19 15:19:37 +00:00

Note:

This script requires mysql.connector.

pip install mysql_connector

Variables:

  • HOST - address of your MySQL server,
  • DATABASE - database on the server you wish to operate on,
  • SQL - your query.