Creating a MySQL Instance to Enable XtraBackup

To run a MySQL backup operation using XtraBackup utility, create a new MySQL instance.

Before You Begin

Install Percona XtraBackup on a client computer where you will create a new instance to run MySQL backup operation using XtraBackup utility.

Procedure

  1. From the CommCell Browser, navigate to Client Computers | client.

  2. Right-click MySQL, point to All Tasks, and then click New MySql Server.

  3. In the Server Name box, type a name for the new MySQL instance that you are creating.

  4. In the Unix UserName box, type the user name of the UNIX computer on which MySQL Server is installed.

  5. In the SA User Name box, click Change.

    Type the MySQL administrator user name. In the Account Password box, enter the account password for the administrator user account. In the Confirm Password box, reenter the password.

  6. In the Binary Directory box, enter the path to the directory where the MySQL application files are stored.

    For example:

    /usr/bin

    Alternatively, click Browse to select the location.

  7. In the Log Data Directory box, enter the directory name where the log files are stored.

    For example:

    /var/lib/mysql
  8. In the Config File box, enter the path to the configuration file.

    For example:

    /etc/my.cnf
  9. Enter the path name to the socket file in the Socket File box.

    Note

    If you have multiple instances installed on the client computer, make sure that the Binary Directory, Log Data Directory, and the Config File locations, and the Port number or Socket file path are different for each instance that you want to back up.

  10. Select the Enable hot backup check box.

  11. Select XtraBackup.

  12. In the XtraBackup Bin Path box, click Browse to select the folder that contains XtraBackup binaries.

  13. In the Command Line Backup Storage Policy box, select the storage policy name.

  14. In the Log Backup Storage Policy box, select the storage policy name.

  15. Click OK.

Loading...