[Akonadi] [Bug 394839] pimitemtable.remoteid Column Too Small For Exchange Calendar Via davmail

Garry Williams bugzilla_noreply at kde.org
Tue Dec 11 16:58:34 GMT 2018


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

--- Comment #2 from Garry Williams <gtwilliams at gmail.com> ---
(In reply to Erik Quaeghebeur from comment #1)
> @Garry I see that you are accessing the database directly. How do I go about
> doing that.

If you do a

    ps -ef|grep mysql

command, you will see the --socket= parameter that you need to use when you
issue the mysql command.  If you simply do

    mysql --socket=/tmp/akonadi-blah-blah

then, at the mysql prompt, do

    use akonadi

you will be all set to alter the table as mentioned above.

It's disappointing that the developers have not seen fit to even acknowledge
this bug report.  At least you managed to find it.

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


More information about the Kdepim-bugs mailing list