https://bugs.kde.org/show_bug.cgi?id=320757

Roger Larsson <roger.lars...@e-gatan.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger.lars...@e-gatan.se

--- Comment #10 from Roger Larsson <roger.lars...@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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to