]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- initial alternative clusters confguration concept
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 26 May 2004 19:32:20 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-clusters.conf -> 1.1

mysql-clusters.conf [new file with mode: 0644]

diff --git a/mysql-clusters.conf b/mysql-clusters.conf
new file mode 100644 (file)
index 0000000..6e9639f
--- /dev/null
@@ -0,0 +1,14 @@
+# This file contains MySQL clusters specification.
+# If you want to use than one cluster then read carefuly
+# http://www.mysql.com/doc/en/Multiple_servers.html
+# and set properly all options described there.
+#
+# You can add one cluster per line
+# /config/location.conf=/cluster/directory
+# If you give config name without path it'll be looked in /etc/mysql/
+#
+# For regular user you don't have to set anything in that place
+
+mysqld.conf=/var/lib/mysql
+/etc/mysqld.conf=/var/lib/mysql/1
+/etc/mysql/mysqld.conf=/var/lib/mysql/2
This page took 0.083711 seconds and 4 git commands to generate.