initial commit
This commit is contained in:
parent
aa3b91592d
commit
7a4b2f3c57
@ -5,6 +5,6 @@ pip install mysql_connector
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Variables:
|
## Variables:
|
||||||
HOST - address of the MySQL server,
|
- HOST - address of the 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.
|
@ -1,7 +1,7 @@
|
|||||||
## Note:
|
## Note:
|
||||||
This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm).
|
This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm).
|
||||||
|
|
||||||
## Variables in ```cpp #define ```:
|
## Variables in ```c++ #define ```:
|
||||||
HOST - address of the MySQL server (IPv4 form),
|
- HOST - address of the MySQL server (IPv4 form),
|
||||||
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.
|
Loading…
Reference in New Issue
Block a user