Help Center/ Data Replication Service/ Best Practices/ Real-Time Synchronization/ From RDS MySQL to Kafka/ Preparing for Source RDS MySQL/ Generating Test Data
Updated on 2022-09-26 GMT+08:00
Generating Test Data
- Log in to the management console.
- Click
in the upper left corner of the management console and select EU-Dublin. - 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.
- Enter the instance password for logging in to the RDS instance.
- 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 MySQL
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.