SOURCES: mysqld.conf - skip-innodb sample - removed trailing spaces
glen
glen at pld-linux.org
Thu Oct 20 14:13:28 CEST 2005
Author: glen Date: Thu Oct 20 12:13:28 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- skip-innodb sample
- removed trailing spaces
---- Files affected:
SOURCES:
mysqld.conf (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SOURCES/mysqld.conf
diff -u SOURCES/mysqld.conf:1.15 SOURCES/mysqld.conf:1.16
--- SOURCES/mysqld.conf:1.15 Wed Sep 7 17:04:10 2005
+++ SOURCES/mysqld.conf Thu Oct 20 14:13:23 2005
@@ -4,7 +4,7 @@
; $Id$
; This section must be the first!
-[mysqld]
+[mysqld]
datadir = /var/lib/mysql/mysqldb/db
pid-file = /var/lib/mysql/mysqldb/mysql.pid
port = 3306
@@ -20,7 +20,7 @@
; Don't use system locking
;skip-locking
-; Don't allow connections over the network by default
+; Don't allow connections over the network by default
skip-networking
; Emergency option. Use only if you really need this.
@@ -29,7 +29,7 @@
; Log connections and queries. It slows down MySQL so it's disabled by default
;log = /var/log/mysql/log
-; Log all updates.
+; Log all updates.
;log-update = /var/log/mysql/update
; Log some extra information to update log
;log-long-format
@@ -82,14 +82,15 @@
; Repair automatically on open if the table wasn't closed properly.
myisam-recover
-;
+;
;set-variable = myisam_sort_buffer_size=4M
;
-; InnoDB tables options (see MySQL manual)
+; InnoDB tables options (see MySQL manual)
;
+;skip-innodb
;innodb_data_home_dir = /var/lib/mysql/innodb/data
;innodb_data_file_path = 00:10M;01:20M
@@ -114,7 +115,7 @@
; Don't use berkeley db (saves a lot of memory)
;skip-bdb
-;bdb-home = /var/lib/mysql/db
+;bdb-home = /var/lib/mysql/db
;bdb-log-dir = /var/lib/mysql/bdb/log
;bdb-tmpdir = /var/lib/mysql/bdb/tmp
@@ -122,21 +123,21 @@
;bdb-lock-detect = DEFAULT
; Don't synchronously flush logs.
-;bdb-no-sync
+;bdb-no-sync
; Don't start Berkeley DB in recover mode.
;bdb-no-recover
-; Start Berkeley DB in multi-process mode (Don't use `DB_PRIVATE'
+; Start Berkeley DB in multi-process mode (Don't use `DB_PRIVATE'
; when initializing Berkeley DB
;bdb-shared-data
-;set-variable = bdb_max_lock=1000
+;set-variable = bdb_max_lock=1000
; used for logs rotation
[mysqladmin]
-user = mysql_logrotate
-password =
+user = mysql_logrotate
+password =
; vim=syn=dosini
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/mysqld.conf?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list