Author: randy
Date: 2010-11-12 07:16:24 -0700 (Fri, 12 Nov 2010)
New Revision: 8685

Modified:
   trunk/BOOK/server/databases/mysql.xml
Log:
Fixed broken sed command in the MySQL instructions

Modified: trunk/BOOK/server/databases/mysql.xml
===================================================================
--- trunk/BOOK/server/databases/mysql.xml       2010-11-12 14:14:59 UTC (rev 
8684)
+++ trunk/BOOK/server/databases/mysql.xml       2010-11-12 14:16:24 UTC (rev 
8685)
@@ -255,7 +255,7 @@
       as the <systemitem class="username">root</systemitem> user:</para>
 
 <screen role="root"><userinput>install -v -m644 /usr/share/mysql/my-medium.cnf 
/etc/my.cnf
-sed -i -e s/^skip-federated/#skip-federated/ /etc/my.cnf</userinput></screen>
+sed -i -e 's/^skip-federated/#skip-federated/' /etc/my.cnf</userinput></screen>
 
       <para>The change to <filename>/etc/my.cnf</filename> can be omitted if 
the
       option <option>--with-plugins=federated</option> is used.</para>

-- 
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