]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- add skip-slave-start and bind-address directives
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Nov 2005 17:30:44 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.21

mysqld.conf

index aedd312cbdf9cc1017e4fc6300d20f88e1f01f46..55be1a103b3d55f29b98d846e26a0dfa935c6f1f 100644 (file)
@@ -27,6 +27,9 @@ user        = mysql
 ; Don't allow connections over the network by default
 skip-networking
 
+; IP address to bind to
+;bind-address=127.0.0.1
+
 ; no dns
 ;skip-name-resolve
 
@@ -36,6 +39,9 @@ skip-networking
 ; replication options
 ;server-id=2
 
+; skip startup of slave
+;skip-slave-start
+
 ; slave setup
 ;relay-log=slave-relay-bin
 ;master-host=master
This page took 3.018279 seconds and 4 git commands to generate.