Mysql

Databases

Description

MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.

Pre-Install Notes

In order for MySQL service to start successfully it requires atleast 0.3 CPU and 512MB of RAM. WARNING: MySQL on DCOS is currently EXPERIMENTAL. There may be bugs, incomplete
features, incorrect documentation, or other discrepancies.

If you didn't provide a value for `host_volume` in the CLI,
YOUR DATA WILL NOT BE SAVED IN ANY WAY.
This package can create local persistent volumes for the database files to survive across restarts or failures. The parameter `host_volume` controls the path in the host in which these volumes will be created, which can be an NFS-mounted share. This path defaults to /tmp, so if you didn't provide a value for `host_volume` when installing the package,
YOUR DATA WILL NOT BE SAVED IN ANY WAY.

This DC/OS MySQL package creates a named Virtual IP for other services in the cluster to access the service in the format `mysql.marathon.l4lb.thisdcos.directory:3306` (where `mysql` would be the package instance name used for installation).
If the `external_access` installation option is selected, it also creates an entry in the External Load Balancer for accessing the service from outside of the cluster on port `13306` by default.

You can administer this service easily installing the DC/OS `mysql-admin` package.

Post-Install Notes

MySQL has been installed.
Default Login `admin`
Default password: `password`

Disclaimer

The software listed above is solely subject to the license(s) listed here, as between you and the creator of the software. Mesosphere is not responsible for, and disclaims any indemnification, warranty of any kind either express or implied, or (unless described in a mutually executed written support agreement) support, with respect to the software listed here.

Ready to get started?