Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.