Help Center/
Data Replication Service/
Best Practices/
Real-Time Synchronization/
From RDS for MySQL to Kafka/
Preparing for Source RDS for MySQL/
Generating Test Data
Updated on 2024-07-15 GMT+08:00
Generating Test Data
- Log in to the management console.
- Click in the upper left corner of the management console and select AP-Singapore.
- Under the service list, choose Databases > Relational Database Service.
- Select an RDS instance and choose More > Log In.
- In the displayed dialog box, enter the password and click Test Connection.
- After the connection is successful, click Log In.
- Click Create Database to create the db_test database.
- Run the following statement in the db_test database to create the corresponding table table3_:
CREATE TABLE `db_test`.`table3_` ( `Column1` INT(11) UNSIGNED NOT NULL, `Column2` TIME NULL, `Column3` CHAR NULL, PRIMARY KEY (`Column1`) ) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci;
Parent topic: Preparing for Source RDS for MySQL
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot