In phpMyAdmin there is a tab for configuring Replication and one for Synchronization.
- What is the difference between Replication and Synchronization?
- When do you should use the one or the other?
Thanks, Udo
|
In phpMyAdmin there is a tab for configuring Replication and one for Synchronization.
Thanks, Udo | |||
|
feedback
|
This question came from our site for computer enthusiasts and power users.
|
After some digging, the answer in the MySQL/phpMyAdmin context is as follows:
Note:
| |||
|
feedback
|
|
Replication is used to describe the event of copying data. Synchronization is continuous (at least one way) replication that maintains consistency between multiple data sources. From phpmyadmin.net documentation
| |||||||
feedback
|