[Akonadi] [Bug 331867] mysql: column 'name' can not be null when migrating PartTable

Ivan Adzhubey iadzhubey at verizon.net
Sat Apr 19 03:12:12 BST 2014


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

--- Comment #16 from Ivan Adzhubey <iadzhubey at verizon.net> ---
OK, figured it out myself:

$ mysql --socket=/tmp/akonadi-${USER}.rp6WPG/mysql.socket
mysql> use akonadi
mysql> DELETE FROM PartTable WHERE name = 'GID';
mysql> quit
Bye
$ akonadictl start

That helped and akonadi database migration was successfully completed. KMail is
now working again.

P.S. Nota, that exact name of your akonadi mysqld instance temporary socket
file will be different, use the following command to find it out:

$ ps aux | grep mysqld

Then look for the line in the output with the following parameter:
--datadir=/home/$USER/.local/share/akonadi/db_data/. Copy the --socket=
parameter from the same line to start mysql textmode client above.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list