Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

cloudfoundry-attic/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published