List:Internals« Previous MessageNext Message »
From:shinz Date:October 19 2005 5:24pm
Subject:svn commit - mysqldoc@docsrva: r100 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2005-10-19 19:24:47 +0200 (Wed, 19 Oct 2005)
New Revision: 100

Log:
Nowadays, it's rather /usr/local/mysql/bin than /usr/local/mysql/libexec

Modified:
   trunk/refman-5.0/mysql-database-administration.xml
   trunk/refman-5.1/mysql-database-administration.xml

Modified: trunk/refman-5.0/mysql-database-administration.xml
===================================================================
--- trunk/refman-5.0/mysql-database-administration.xml	2005-10-19 15:48:41 UTC (rev 99)
+++ trunk/refman-5.0/mysql-database-administration.xml	2005-10-19 17:24:47 UTC (rev 100)
@@ -2361,7 +2361,7 @@
 <programlisting>
 # MySQL Instance Manager options section
 [manager]
-default-mysqld-path = /usr/local/mysql/libexec/mysqld
+default-mysqld-path = /usr/local/mysql/bin/mysqld
 socket=/tmp/manager.sock
 pid-file=/tmp/manager.pid
 password-file = /home/cps/.mysqlmanager.passwd
@@ -2438,7 +2438,7 @@
 
 <programlisting>
 [mysqld]
-mysqld-path=/usr/local/mysql/libexec/mysqld
+mysqld-path=/usr/local/mysql/bin/mysqld
 socket=/tmp/mysql.sock
 port=3307
 server_id=1

Modified: trunk/refman-5.1/mysql-database-administration.xml
===================================================================
--- trunk/refman-5.1/mysql-database-administration.xml	2005-10-19 15:48:41 UTC (rev 99)
+++ trunk/refman-5.1/mysql-database-administration.xml	2005-10-19 17:24:47 UTC (rev 100)
@@ -2350,7 +2350,7 @@
 <programlisting>
 # MySQL Instance Manager options section
 [manager]
-default-mysqld-path = /usr/local/mysql/libexec/mysqld
+default-mysqld-path = /usr/local/mysql/bin/mysqld
 socket=/tmp/manager.sock
 pid-file=/tmp/manager.pid
 password-file = /home/cps/.mysqlmanager.passwd
@@ -2423,7 +2423,7 @@
 
 <programlisting>
 [mysqld]
-mysqld-path=/usr/local/mysql/libexec/mysqld
+mysqld-path=/usr/local/mysql/bin/mysqld
 socket=/tmp/mysql.sock
 port=3307
 server_id=1

Thread
svn commit - mysqldoc@docsrva: r100 - in trunk: refman-5.0 refman-5.1shinz22 Oct