Squadbase logo

MySQL

Steps and required credentials to connect MySQL to Squadbase

Required Information

FieldDescription
MySQL Connection URLThe URL for connecting to MySQL (e.g., mysql://user:password@host:3306/database).

How to Obtain

MySQL Connection URL

The connection URL follows this format:

mysql://[username]:[password]@[host]:[port]/[database]
PartDescription
usernameThe MySQL username
passwordThe password for the user
hostThe hostname or IP address of the MySQL server
portThe MySQL port number (default: 3306)
databaseThe name of the database to connect to

Example

mysql://myuser:mypassword@db.example.com:3306/mydb