]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- skip-innodb sample
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Oct 2005 12:13:23 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed trailing spaces

Changed files:
    mysqld.conf -> 1.16

mysqld.conf

index 3ef8722b76f7d7e6c41c3e10da1512cfecca942f..c4f69059f45adc85bf1e7fe790ff38efc9756772 100644 (file)
@@ -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 @@ user        = mysql
 ; 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 @@ skip-networking
 ; 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 @@ skip-networking
 
 ; 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 @@ myisam-recover
 ; 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 @@ myisam-recover
 ;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
This page took 0.052895 seconds and 4 git commands to generate.