BAD_2019_PojProg/mysql_python/README.md
2019-04-19 17:15:47 +02:00

10 lines
268 B
Markdown

## Note:
This script requires [mysql.connector](https://dev.mysql.com/downloads/connector/python/).
```
pip install mysql_connector
```
## Variables:
- HOST - address of the MySQL server,
- DATABASE - database on the server you wish to operate on,
- SQL - your query.