MySQL connection

This article provides a guide on creating a MySQL connection in Upsolver.

Create a MySQL connection

1. Enter the connection string in the following format: jdbc:mysql://HOST:PORT/DB_NAME where:

  • HOST = host name (e.g. database instance endpoint in AWS RDS)

  • PORT = port number

  • DB_NAME = database name

2. Enter your MySQL database username.

3. (Optional) Enter the corresponding password.

4. Name this connection.

5. (Optional) Enter in the number of concurrent connections.

Last updated

Was this helpful?