]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysqld.conf
- added mysqlcheck(1) manual
[packages/mysql.git] / mysqld.conf
index e160fc2b9b3b7a9e883546c8a98e74b6e3faeacc..714e2ce5315b0654da7e5914b0ca8b56432f86aa 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
@@ -44,7 +50,7 @@ skip-networking
 ;master-password=replica
 
 ; master setup
-;log-bin
+;log-bin=binlog
 
 ; databases to be included in binlog
 ;binlog-do-db=db1
@@ -178,4 +184,4 @@ myisam-recover
 user        = mysql_logrotate
 password    =
 
-; vim=syn=dosini
+; vim:syn=dosini
This page took 0.032525 seconds and 4 git commands to generate.