How to Configure a MySQL Connection

To configure a connection to a MySQL server, follow these steps:

  1. Open the Preferences dialog box and go to Data Sources.
  2. In the Connections panel, click the New button.

    The dialog box for configuring a database connection is displayed.

    Connection Configuration Dialog Box

  3. Enter a unique name for the connection.
  4. Select the MySQL data source in the Data Source drop-down list.
  5. Enter the connection details.
    1. Enter the URL of the MySQL server.
    2. Enter the user name for the connection to the MySQL server.
    3. Enter the password for the connection to the MySQL server.
  6. Click the OK button to finish the configuration of the database connection.

Was this helpful?