Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondsanctity/mysql-instance
Render's manual setup for SQL
https://github.com/desmondsanctity/mysql-instance
Last synced: 6 days ago
JSON representation
Render's manual setup for SQL
- Host: GitHub
- URL: https://github.com/desmondsanctity/mysql-instance
- Owner: DesmondSanctity
- License: gpl-3.0
- Created: 2023-07-15T09:19:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-15T09:19:26.000Z (over 1 year ago)
- Last Synced: 2024-11-06T19:53:31.502Z (about 2 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL on Render
This is a template repository for running [MySQL](https://www.mysql.com) on Render.
* It uses the [official](https://hub.docker.com/r/mysql/mysql-server) MySQL Docker image.
* [Render Disks](https://render.com/docs/disks) provide fast, persistent SSD storage for your database.
* MySQL runs in your [private network](https://render.com/docs/private-services) and isn't exposed to the public Internet.
## MySQL Versions
The `master` branch runs MySQL 8. You can use the `mysql-5` branch to run MySQL 5 instead.## Deployment
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/render-examples/mysql)
See https://render.com/docs/deploy-mysql.