<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On Mon, 28 Mar 2011 16:34:36 +0200, Hannes wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>Hi everyone,

I have just upgraded to KDE 4.6.1 and also KDEPIM-unstable (all ports 
where cleared and all of kde, qt etc built from ports).

Akonadi had problems with mysql, so i moved all old Akonadi-Configs out 
of the way (.config/akonadi and .local/share/akonadi), it still won't 
start. I attached output of  "akonadictl start"

I can submit akonadiserver.core aswell, but it is pretty useless, since 
I don't have debugging. Is it enough to rebuild akonadi with debugging 
symbols?

Thanks for your help and porting in general!

Regards,
Hannes
</pre>
</blockquote>
<p>I was finally able to get this working by updating /usr/local/etc/my.cnf and adding this:</p>
<p>[embedded]<br />datadir = /home/rnejdl/.kde4/share/apps/amarok/mysqle<br />default-storage-engine = MyISAM<br />loose-innodb = 0<br />skip-grant-tables = 1<br />myisam-recover = FORCE<br />key_buffer_size = 16777216<br />character-set-server = utf8<br />collation-server = utf8_bin<br /></p>
<p>It's not pretty and if anyone has a better more user agnostic approach, I would appreciate it but it got it all working for me finally.</p>
<p>Sincerely,<br />Rusty Nejdl<br />http://networking.ringofsaturn.com</p>
<div>&nbsp;</div>
</body></html>