Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Rails 中创建一个具有主数据库和从数据库的在线 Web 项目。当主数据库上更新一行时,它也应该在从数据库上更新。
在编写更新主从的例程程序时,我应该实现什么样的设计?
根据迈克尔的建议:
复制的原因介绍
MySQL 复制文档
如何设置 MySQL 复制