]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-clusters.conf
- first portion of triggers
[packages/mysql.git] / mysql-clusters.conf
1 # This file contains MySQL clusters specification.
2 # If you want to use than one cluster then read carefuly
3 # http://www.mysql.com/doc/en/Multiple_servers.html
4 # and set properly all options described there.
5 #
6 # You can add one cluster per line
7 # /config/location.conf=/cluster/directory
8 # If you give config name without path it'll be looked in /etc/mysql/
9 #
10 # For regular user you don't have to set anything in that place
11
12 mysqld.conf=/var/lib/mysql
13 /etc/mysqld.conf=/var/lib/mysql/1
14 /etc/mysql/mysqld.conf=/var/lib/mysql/2
This page took 0.024878 seconds and 3 git commands to generate.