SF.net SVN: gar:[24110] csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/ quick_start-csw

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Sep 17 16:22:11 CEST 2014


Revision: 24110
          http://sourceforge.net/p/gar/code/24110
Author:   lblume
Date:     2014-09-17 14:22:11 +0000 (Wed, 17 Sep 2014)
Log Message:
-----------
mysql5/branches/mysql-5.6.x: Update quick start script for DB installation

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/quick_start-csw

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/quick_start-csw
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/quick_start-csw	2014-09-17 13:40:35 UTC (rev 24109)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/quick_start-csw	2014-09-17 14:22:11 UTC (rev 24110)
@@ -14,11 +14,11 @@
 MYSQL_HOME=${prefix}
 MYSQL_VAR=/var${prefix}
 sysconfdir=/etc${prefix}
-DEFAULTS_FILE=${prefix}/support-files/my-small.cnf
+DEFAULTS_FILE=${prefix}/share/mysql5/support-files/my-small.cnf
 MYSQLD_USER=mysql
 #
 # Provide a default data directory
-MYSQLD_DATADIR=$MYSQL_VAR
+MYSQLD_DATADIR=$MYSQL_VAR/mysql5
 #
 echo
 echo  "This is the start script to setup a MySQL-5 database"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list