Last active
July 11, 2017 13:28
-
-
Save nirbhayc/ff40340a35981068d875655d72137cea to your computer and use it in GitHub Desktop.
(Blog) Systemd + MariaDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/mysql/my.cnf | |
[mysqld] | |
<all common options> | |
[mysqldnode1] | |
<all options specific to node1> | |
[mysqldnode2] | |
<all options specific to node2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment