This topic created in 927 days ago, the information mentioned may be changed or developed.
数据库须要离线访问, 所以同时有本地和远程 MYSQL 两个数据库,请问如何能方便地同步数据 谢谢。
2 replies • 2023-10-30 14:36:38 +08:00
 |
|
1
xianyv Oct 30, 2023
写好 mysql 的更新 sql
|
 |
|
2
JasonQii Oct 30, 2023
开启 mysql - binlog 。 直接拖拽 binlog 到本地,远程刷新新文件
|