Buying a DDM Instance and Connecting to a Schema Using a Windows System
You can connect to your DDM schema using a Windows ECS installed with a database client (for example, MySQL-Front) over a private network.
Step 1: Buy a DDM Instance
- Go to the Buy DDM Instance page.
- On the displayed page, configure the required parameters and click Next.
- Perform subsequent operations based on the billing mode you select:
- If you select Pay-per-use, click Submit.
- If you select Yearly/Monthly, click Pay Now.
- View the purchased instance.
Figure 1 Instance successfully purchased
Step 2: Buy an RDS for MySQL DB Instance
- Go to the Buy DB Instance page.
- Configure the instance information and click Next.
- A DDM instance can be associated with RDS for MySQL instances of versions 5.7 and 8.0.
- The RDS for MySQL instance must be in the same VPC and subnet as your DDM instance. If they are not in the same subnet, configure routes to ensure network connectivity.
- Specifications of associated RDS for MySQL instances should be greater than that of the DDM instance. Otherwise the performance will be affected.
Figure 2 Network configurations
- Confirm the configurations and click Submit. Wait 1 to 3 minutes for the RDS instance to be created.
- View the purchased RDS instance.
Step 3: Create a DDM Account and Associate It with an RDS for MySQL Instance
- Log in to the DDM console.
- In the instance list, locate the required DDM instance and click its name.
- In the navigation pane, choose Accounts.
- On the displayed page, click Create Account.
- In the dialog box that is displayed, configure the account information and click OK.
The value of the password validity period must be an integer ranging from 0 to 65535, in days. If the value is 0, the password never expires. If this parameter is not set, the password will always be valid.
- On the Instances page, locate the required DDM instance and click Create Schema in the Operation column.
- On the Create Schema page, set required parameters and click Next.
- On the displayed page, enter a database account with the required permissions and click Test Availability.
Figure 3 Testing availability of data nodes
- After the test is successful, click Finish.
- View the associated RDS for MySQL instance.
Figure 4 DB instance successfully associated
Step 2: Buy an ECS
- Go to the Buy ECS page.
- Configure basic settings and click Next: Configure Network. Keep the region and AZ of the ECS the same as those of the DDS instance to be connected.
An image is an ECS template that contains an OS and applications. In this example, the Windows OS image is from the Marketplace and provided by third parties.
Figure 5 Basic settings
Figure 6 Selecting an image
- Configure the ECS network and click Next: Configure Advanced Settings.
To download a MySQL client to the ECS, bind an EIP to the ECS. The ECS must be in the same VPC as the DDM instance for mutual communications.
Figure 7 Network configuration
Figure 8 Selecting an EIP
- Configure a password for the ECS and click Next: Confirm.
Figure 9 Advanced settings
- Confirm the configurations and click Submit.
Figure 10 Confirming the configurations
- View the purchased ECS.
- Check whether the ECS and RDS for MySQL instance are in the same region and VPC.
- If yes, go to Step 5: Connect to a DDM Schema.
- If they are not in the same region, buy another instance. The ECS and DB instance in different regions cannot communicate with each other. To reduce network latency, deploy your DB instance in the region nearest to your workloads.
- If the ECS and DB instance are in different VPCs, change the VPC of the ECS to that of the DB instance. For details, see Changing a VPC.
Step 5: Connect to a DDM Schema
- Test connectivity and install MySQL-Front.
- Log in to the ECS. For details, see Login Using VNC in the Elastic Cloud Server User Guide.
- In the instance list, click the name of the target instance to go to the Basic Information page.
- In the Network Information area, obtain the private IP address and DDM service port.
- Open the cmd window on the ECS and check whether the floating IP address and database port of the DDM instance can be connected.
- If yes, network connectivity is normal.
- If no, check the security group rules.
- If in the security group of the ECS, there is no outbound rule with Destination set to 0.0.0.0/0 and Protocol & Port set to All, add an outbound rule for the floating IP address and port of the DDM instance.
Figure 11 ECS security group
- If in the security group of the DDM instance, there is no inbound rule allowing the access from the private IP address and port of the ECS, add an inbound rule for the private IP address and port of the ECS.
- If in the security group of the ECS, there is no outbound rule with Destination set to 0.0.0.0/0 and Protocol & Port set to All, add an outbound rule for the floating IP address and port of the DDM instance.
- Open a browser, and download and install the MySQL-Front tool on the ECS (version 5.4 is used as an example).
- Use MySQL-Front to connect to the DDM schema.
- Start MySQL-Front.
- In the displayed dialog box, click New....
Figure 12 Connection management
- Enter the information of the DDM schema to be connected and click Ok.
Figure 13 Adding an account
Table 1 Description Parameter
Description
Name
Database connection task name. If you do not set this parameter, it will be the same as Host by default.
Host
Private IP address of the DDM schema.
Port
Port of the DDM schema. Set this parameter to 5066.
User
Username used for accessing the DDM instance. The default user is root.
Password
Password of the user who will access the DDM instance.
- In the displayed window, select the connection that you have created in 2.c and click Open. If the connection information is correct, the DDM instance is successfully connected.
Figure 14 Opening a session
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot