2019-04-19 17:13:38 +02:00
|
|
|
## Note:
|
2019-04-19 17:12:38 +02:00
|
|
|
This script requires [mysql.connector](https://dev.mysql.com/downloads/connector/python/).
|
|
|
|
```
|
|
|
|
pip install mysql_connector
|
|
|
|
```
|
|
|
|
|
2019-04-19 17:13:38 +02:00
|
|
|
## Variables:
|
2019-04-19 17:12:38 +02:00
|
|
|
HOST - address of the MySQL server,
|
|
|
|
DATABASE - database on the server you wish to operate on,
|
|
|
|
SQL - your query.
|