开发者

Log shipping with MySQL

开发者 https://www.devze.com 2023-02-20 17:19 出处:网络
Greeting all What is log shipping 开发者_JAVA技巧and how do we do it? I am using MySQL in a LAMPP environment.Log shipping means telling MySQL to save a separate record of every transaction, and peri

Greeting all

What is log shipping 开发者_JAVA技巧and how do we do it? I am using MySQL in a LAMPP environment.


Log shipping means telling MySQL to save a separate record of every transaction, and periodically asking the slave node or nodes to read in those records. http://www.howtoforge.com/mysql_database_replication has a decent walkthrough of how to do that.


Here's how to make a log dump for replication purposes:

https://dev.mysql.com/doc/refman/5.7/en/replication-configuration.html

0

精彩评论

暂无评论...
验证码 换一张
取 消