[kmail2] [Bug 425976] mysql.err.old contains lots of errors: "Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255)."

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Sep 10 12:29:31 BST 2020


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

grannie at tempmail.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grannie at tempmail.de

--- Comment #2 from grannie at tempmail.de ---
Fixed by:
akonadictl stop
/usr/bin/mysqld --defaults-file=/home/${USER}/.local/share/akonadi/mysql.conf
--datadir=/home/${USER}/.local/share/akonadi/db_data/
--socket=/tmp/akonadi-${USER}-mysql.socket &
mysql --socket=/tmp/akonadi-${USER}-mysql.socket -e 'create database mysql'
mysql_upgrade --socket=/tmp/akonadi-${USER}-mysql.socket
mysqladmin --socket=/tmp/akonadi-${USER}-mysql.socket shutdown

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


More information about the Kdepim-bugs mailing list