Skip to content

hpcloud/mariadb_ctrl

 
 

Repository files navigation

TITLE
MariaDB Control Script

This repository contains a go process to manage the start process for MariaDB in [cf-mysql-release] (https://github.com/cloudfoundry/cf-mysql-release).

Run unit tests

./bin/test-unit

Run integration tests

With default DB configuration:

./bin/test-integration

Default Options:

Host: localhost
Port: 3306
User: root
Password: ''

Override defaults:

CONFIG="{Password: 'password'}" ./bin/test-integration

About

Monit ctl script for MariaDB in cf-mysql-release

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Shell 1.4%