Update 'mysql_python/README.md'

This commit is contained in:
Marcin Kostrzewski 2019-04-19 15:19:37 +00:00
parent 06f8694b32
commit 6bb636e07e

View File

@ -5,6 +5,6 @@ pip install mysql_connector
``` ```
## Variables: ## Variables:
- HOST - address of the MySQL server, - HOST - address of your MySQL server,
- DATABASE - database on the server you wish to operate on, - DATABASE - database on the server you wish to operate on,
- SQL - your query. - SQL - your query.