Synchronize MySQL remote & local database using phpMyAdmin

前端 未结 5 1983
心在旅途
心在旅途 2020-12-13 14:40

I have local MySQL database which changes occasionally, when it changes I want to synchronize it with Remote database. I am using PhpMyAdmin\'s synchronize option for it.

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 15:22

    My answer is not related to PhpMyAdmin, but anyway, let me recommend you Schema/Data comparison tools in dbForge Studio for MySQL. These tools will help you to find, view differences and synchronize two databases.

    If you do not have access to remote database, then you may use HTTP tunnel connection, or use SSL/SSH security connection.

提交回复
热议问题