SOURCES: mysqld.conf - add skip-slave-start and bind-address direc...

glen glen at pld-linux.org
Mon Nov 7 18:30:50 CET 2005


Author: glen                         Date: Mon Nov  7 17:30:50 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add skip-slave-start and bind-address directives

---- Files affected:
SOURCES:
   mysqld.conf (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SOURCES/mysqld.conf
diff -u SOURCES/mysqld.conf:1.20 SOURCES/mysqld.conf:1.21
--- SOURCES/mysqld.conf:1.20	Mon Nov  7 18:08:56 2005
+++ SOURCES/mysqld.conf	Mon Nov  7 18:30:44 2005
@@ -27,6 +27,9 @@
 ; 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
 
@@ -35,6 +38,9 @@
 
 ; replication options
 ;server-id=2
+
+; skip startup of slave
+;skip-slave-start
 
 ; slave setup
 ;relay-log=slave-relay-bin
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysqld.conf?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list