in the same MySQL link attribute, it can also be said to be the same database. Can you configure all the table structures of one database and Synchronize of another database?
is similar to master-slave Synchronize, but only needs Synchronize data structure, not Synchronize data.
in addition, it is in the same link property, not multiple links.
my requirements are:
I have a project already online, which is my own private project. I often change the database table structure offline. I now hope that the online program connects to one database, and my development environment links to another database. Any changes to the database of my development environment will automatically send Synchronize to the database of the online environment, and the two libraries use the same database link.