Overview
MySQL is a widely used open-source relational database known for its performance, reliability, and ease of use. It supports a broad range of applications, from small-scale projects to large-scale web platforms.
This one-click app allows you to deploy MySQL to Koyeb with one click.
Configuration
When deploying MySQL on Koyeb, the following environment variables are provided and required:
Variable | Description | Default value | Required |
---|---|---|---|
MYSQL_USER | The username for the MySQL database. | koyeb | Yes |
MYSQL_PASSWORD | The password for the MySQL database. | Yes | |
MYSQL_DATABASE | The name of the MySQL database. | koyeb | Yes |
MYSQL_ROOT_PASSWORD | The password for the root user. | Yes |
Connecting to MySQL
Once deployed, you can connect to the MySQL instance via its private domain or public TCP proxy endpoint, which is visible on the service's overview page.