Add the MySQL server instance that you want to back up to the pseudoclient.
Procedure
-
From the CommCell Browser, go to Client Computers > client > MySQL.
-
Right-click the agent, and then go to All Tasks > New MySQL Server.
The MySQL Create Instance dialog box appears.
-
On the General tab, specify the following information:
-
From the Server Name list, select the instance that you want to back up.
The Endpoint box displays the endpoint that the software uses to connect to the MySQL instance in the Amazon RDS cloud.
The endpoint includes the DNS names and the port number (for example, mysqldb.example.eu-central-1.rds.amazonaws.com:3306).
-
To the right of the SA user name box, click Change button.
The User name and password dialog box appears.
-
Select Use User name and password check box.
-
In the User name box, type the name of a user who has credentials on the MySQL server instance to perform backup and restore operations.
-
In the Password and Confirm Password boxes, type the password for the user.
-
If SSL is enabled on the cloud, select the Use SSL options check box, and then in the SSL CA file box, enter the SSL CA file path in the client computer.
-
From the Storage policy list, select the storage policy that you want to use for backup operations.
-
-
Click OK.
Note
For a Windows client computer, if the instance creation with SSL certificate fails, you can select only the Use SSL options check box, and leave the SSL CA file box blank. For more information, go to Microsoft Documentation, Connecting to server using the MySQL CLI over SSL.