Skip to content

Commit a40ea63

Browse files
Update README.md
1 parent 236b937 commit a40ea63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ the full power of **MySQL 8.0** replication in **C** or **C++**.
3636

3737

3838
As an example, you can use the **example/C/rpl_test_2.c** file from the source code of the library project.
39+
Change DB_HOST, DB_USER, DB_PASS, DB_PORT, DB_NAME and SLAVE_ID constants to your actual values.
3940
You need to run **example/C/build_test.sh** script to build example programm.
4041

42+
4143
On ubuntu to build example you need install libmysqlclient-dev:
4244

4345
sudo apt install libmysqlclient-dev

0 commit comments

Comments
 (0)