MySQL
Image: mysql:8.4
- Port 3306/tcp
- 10 GB volume at /var/lib/mysql
- 1 vCPU · 1 GB
Template · Databases
MySQL 8.4 LTS with a volume, an application user and MYSQL_URL.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
Official mysql:8.4 image. A root password and an application user/password are generated at deploy.
Image: mysql:8.4
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| MYSQL_ROOT_PASSWORD | generated (password) |
| MYSQL_DATABASE | app |
| MYSQL_USER | app |
| MYSQL_PASSWORD | generated (password) |
| MYSQL_URL | mysql://${{self.MYSQL_USER}}:${{self.MYSQL_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:3306/${{self.MYSQL_DATABASE}} |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.