Read real-time logs from MySQL using Java

https://en.wikipedia.org/wiki/Change_data_capture
https://pusher.com/tutorials/realtime-mysql-java
https://github.com/eh3rrera/realtime-mysql-pusher/blob/master/server/src/main/java/ReadLog.java
https://github.com/juanwolf/mysql-binlog-replicator
https://mvnrepository.com/artifact/com.github.shyiko/mysql-binlog-connector-java/0.16.1


https://stackoverflow.com/questions/17968287/how-to-find-the-mysql-data-directory-from-command-line-in-windows
SHOW MASTER STATUS;

https://dev.mysql.com/doc/refman/8.0/en/replication-howto-masterstatus.html

https://serverfault.com/questions/706699/enable-binlog-in-mysql-on-ubuntu

No comments:

Post a Comment