如何同步 2 个 MySQL 数据库?
我编写了一个程序来使用为我的网站提供支持的 MySQL 数据库,并且我最近购买了一些经销商托管,但是托管公司限制了共享服务器上的外部访问,因此我打算在另一台服务器上设置一个外部 mySQL 数据库,该数据库可以可以远程访问,但是要做到这一点,我需要在我的经销商服务器上有一个 PHP 文件,该文件可以连接到本地数据库和远程数据库,并根据应用程序的请求通过 URL 同步它们。
有谁知道实现这一目标的最佳方法?
I written a program to work with a MySQL database that powers my website and I have recently bought some reseller hosting however the hosting company has restricted external access on the shared server, so I was going to setup an external mySQL database on another server that can be accessed remotely, however to do this I need a PHP file on my reseller server that can connect to the local database and the remote database and sync them on request from the application via a url.
Does anyone know the best method achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用SQLyog的数据库同步工具
Try using SQLyog's Database synchronization tool