Author: rthomsen
Date: Sat Apr 27 14:17:59 2013
New Revision: 11158
Log:
Fix akonadi with mysql 5.6.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/core/akonadi.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Apr 27 11:04:22
2013 (r11157)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Apr 27 14:17:59
2013 (r11158)
@@ -47,6 +47,10 @@
<para>April 27th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[rthomsen] - Added sed to allow Akonadi to use MySQL 5.6.
+ </para>
+ </listitem>
+ <listitem>
<para>[krejzi] - AccountsService 0.6.31.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/kde/core/akonadi.xml
==============================================================================
--- trunk/BOOK/kde/core/akonadi.xml Sat Apr 27 11:04:22 2013 (r11157)
+++ trunk/BOOK/kde/core/akonadi.xml Sat Apr 27 14:17:59 2013 (r11158)
@@ -87,6 +87,11 @@
<sect2 role="installation">
<title>Installation of Akonadi</title>
+ <para>Apply the following sed if using <application>MySQL</application>
+ 5.6:</para>
+
+<screen><userinput>sed -i 's@table_cache@table_open_cache@'
server/src/storage/mysql*</userinput></screen>
+
<para>Install <application>Akonadi</application> by running the following
commands:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page