Author: igor
Date: 2005-06-17 13:34:50 -0600 (Fri, 17 Jun 2005)
New Revision: 4624

Modified:
   trunk/BOOK/server/databases/mysql.xml
Log:
Corrected permissions on MySQL socket directory.

Modified: trunk/BOOK/server/databases/mysql.xml
===================================================================
--- trunk/BOOK/server/databases/mysql.xml       2005-06-17 18:29:37 UTC (rev 
4623)
+++ trunk/BOOK/server/databases/mysql.xml       2005-06-17 19:34:50 UTC (rev 
4624)
@@ -199,7 +199,7 @@
       the server using the following commands as the <systemitem
       class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>install -v -m750 -o mysql -g mysql -d 
/var/run/mysql &amp;&amp;
+<screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d 
/var/run/mysql &amp;&amp;
 mysqld_safe --user=mysql 2&gt;&amp;1 &gt;/dev/null &amp;</userinput></screen>
 
       <para>A default installation does not setup a password for the

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to