]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- update datadir and pidfile paths
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 18 Jun 2005 11:15:22 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.13

mysqld.conf

index 9a8dba62da4bf351742e37d25d4e9f7c74e13837..34de9f1ddb61b15fef283f3ddf2cdc2c63afe9d8 100644 (file)
@@ -5,8 +5,8 @@
 
 ; This section must be the first!
 [mysqld] 
-datadir     = /var/lib/mysql/db
-pid-file    = /var/lib/mysql/mysql.pid
+datadir     = /var/lib/mysql/mysqldb/db
+pid-file    = /var/lib/mysql/mysqldb/mysql.pid
 port        = 3306
 socket      = /var/lib/mysql/mysql.sock
 user        = mysql
This page took 0.059055 seconds and 4 git commands to generate.