Skip to content

Instantly share code, notes, and snippets.

@pando85
Last active May 17, 2018 07:57
Show Gist options
  • Save pando85/1a1e2481dc834ddd203688bf874f461d to your computer and use it in GitHub Desktop.
Save pando85/1a1e2481dc834ddd203688bf874f461d to your computer and use it in GitHub Desktop.
mariadb

MariaDB Galera

MariaDB in multi-master configuration. Allow scalability.

It works, inclusive, over the WAN network.

Requirements

  • Minimum 3 masters

Tips

connect

mysql -u root -h 127.0.0.1 -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment