% AUTO-GENERATED, SEE README_CONTRIBUTORS. DO NOT EDIT. # MySQL [MySQL] relational database management system. ## `/service/mysql/base` **Accessible via Proxy?**: no **Runs as the user using Riptide?**: no Latest version of MySQL. Configure database name and password via the driver settings. ### Suggested Roles **Has roles**: `db` This service is a database and has the role db set. See the `driver` section for more details. ### Additional volumes | Name | Source | Source path | Target path | Description | | ---- | ----------- | ---------------------------- | -------------- | ------------------------------------------------------------- | | n/a | Data folder | \_riptide/data/\_\_\_/\_\_\_ | /var/lib/mysql | Database data, managed by Riptide's database management tools | ### Additional ports | Name | Title | Container Port | Host Start Port | Description | | ----- | ---------- | -------------- | --------------- | ----------- | | mysql | MySQL Port | 3306 | 3306 | MySQL Port | ### Post Start Waits for the database to finish start-up. ### Driver **Database driver**: `mysql ` #### Configuration: **User**: root **Password**: mysql **Database**: mysql ## `/service/mysql/5.4`, `/service/mysql/5.5`, `/service/mysql/5.6`, `/service/mysql/5.7`, `/service/mysql/8.0`, `/service/mysql/9.0` **Based on**: /service/mysql/base Additional versions of MySQL. If you need other versions, use the `base` version and change the image tag. **Link to entity in repository:** ``_ [mysql]: https://www.mysql.com/