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

2019-06-10 Thread Garry Williams
https://bugs.kde.org/show_bug.cgi?id=394839 --- Comment #9 from Garry Williams --- You might check that innodb_large_prefix was deprecated in MySQL 5.7.7 and is now removed from MySQL as of 8.0.0. (My version happens to be 10.3.12-MariaDB on Fedora 30.) I tried your patch on my mysql.conf file

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

2019-06-10 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=394839 Daniel Vrátil changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

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

2019-06-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=394839 Christophe Giboudeaux changed: What|Removed |Added CC||danielinberli...@gmail.com --- Comment

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

2019-04-02 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=394839 Christophe Giboudeaux changed: What|Removed |Added CC||dvra...@kde.org -- You are receiving

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

2019-04-02 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=394839 Erik Quaeghebeur changed: What|Removed |Added CC||ad1r...@hotmail.fr --- Comment #6 from Erik

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

2018-12-11 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=394839 --- Comment #5 from Erik Quaeghebeur --- (In reply to Garry Williams from comment #4) > (In reply to Erik Quaeghebeur from comment #3) > > That worked, but I get the same error as within the DB console of > > akonadiconsole: > > > > > mysql> alter

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

2018-12-11 Thread Garry Williams
https://bugs.kde.org/show_bug.cgi?id=394839 --- Comment #4 from Garry Williams --- (In reply to Erik Quaeghebeur from comment #3) > That worked, but I get the same error as within the DB console of > akonadiconsole: > > > mysql> alter table pimitemtable modify column remoteId varchar(1024); > >

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

2018-12-11 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=394839 --- Comment #3 from Erik Quaeghebeur --- (In reply to Garry Williams from comment #2) > 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

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

2018-12-11 Thread Garry Williams
https://bugs.kde.org/show_bug.cgi?id=394839 --- Comment #2 from Garry Williams --- (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=

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

2018-12-11 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=394839 Erik Quaeghebeur changed: What|Removed |Added CC||k...@equaeghe.nospammail.net --- Comment #1