Go to file
Rafael Folco 957f19da25 Merge branch 'slowlog_fix'
slowlog path and inoodb/xtradb fixes
2016-05-23 16:35:43 +00:00

MariaDB Plugin

This plugin enables MariaDB opensource flavor of MySQL for Ubuntu users on Devstack. It overrides functions at lib/databases/mysql.

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mariadb https://github.com/rafaelfolco/devstack-plugin-mariadb
  3. run stack.sh

Description
A DevStack plugin that allows ubuntu users to use MariaDB flavor as the database backend
Readme 35 KiB
Languages
Shell 100%