1. Home
  2. Docs
  3. Job Settings
  4. Backup Job
  5. Connection Settings
  6. MySQL

MySQL

To configure the connection to your MySQL Server databases, select “MySQL Server (TCP/IP)” as your server type.

Required minimum settings

In the opened window, specify:

  1. Your server’s name
  2. Port, if it differs from the default port 3306
  3. User name and password

These are the basic minimum settings. Once they are ready, test the connection and save the settings.

Advanced connection settings

For more specific settings click on Advanced settings, where you can:

  1. Specify the path to the MySQL bin folders in case you encounter version compatibility issues. Simply provide the path to the MySQL Workbench utility yourself, for example, “C:\Program Files\MySQL\MySQL Workbench 8.0”
  2. Set a timeout: The number of seconds that a statement attempts to be sent to the server before it fails.

Connect using SSH tunnel

If an SSH tunnel is required for the connection, enable the “Connect using SSH tunnel” option in Advanced settings and enter:

  1. Your hostname
  2. SSH port
  3. Local mapped port
  4. User name
  5. Authentication method (it can be either a password or a key file)
  6. The Password or specify the path to where the key file is located

After configuring the settings, you can test the connection and save the settings.

Info button

If you click the “info” button in the connection settings, you will see the command used to connect to the database. If you encounter connection issues, you can manually execute this command via the command line to diagnose the problem.