Configuring a MySQL Instance on Other Clouds
Prerequisites
- You have purchased a MySQL instance on other platforms.
- The MySQL account has the migration permissions listed in Permission Requirements.
Permission Requirements
To migrate data from a MySQL database on other clouds to a GaussDB(for MySQL) instance, the following permissions are required.
Database |
Full Migration Permission |
Full+Incremental Migration Permission |
---|---|---|
Source DB (MySQL) |
SELECT, SHOW VIEW, and EVENT |
SELECT, SHOW VIEW, EVENT, LOCK TABLES, REPLICATION SLAVE, and REPLICATION CLIENT |
For details about MySQL authorization operations, see operation guide.
Network Configuration
Enable public accessibility for the source database. The method for enabling public accessibility depends on the cloud database vendor. For details, see the official documents of the corresponding cloud database vendor.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.