[Akonadi] [Bug 320757] CalDAV Calender not shown anymore. Tasks only partly.
Roger Larsson
roger.larsson at e-gatan.se
Wed Jan 8 08:00:48 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=320757
Roger Larsson <roger.larsson at e-gatan.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger.larsson at e-gatan.se
--- Comment #10 from Roger Larsson <roger.larsson at e-gatan.se> ---
This error report mentions ERROR performance schema.
I had some problems fixing this...
Searching on web reveals that you should run
> mysql_upgrade [-u root -p]
But that did not work... got a very unhelpful response
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Upgrade failed
So how to do it...
> ps aux | grep mysql
Add the options given to your mysqld server, should look something like
> mysql_upgrade --defaults-file=/home/USER/.local/share/akonadi/mysql.conf --datadir=/home/USER/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-USER.wanykr/mysql.socket
I did not need the '-u root -p' options...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list