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.
我为我的网站构建了一个镜像主机。我使用Lsyncd来同步项目文件,它工作得很好。
对于数据库,在主服务器和镜像服务器之间进行同步的最佳方式是什么?
最好的解决方案是在 MySQL 中设置数据库复制。MySQL 复制允许您在另一台服务器(从属服务器)上拥有来自主服务器的数据库的精确副本,并且对主服务器上的数据库的所有更新都会立即复制到从属服务器上的数据库,以便两个数据库同步.