[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2023-04-25 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=409224

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Carl Schwan  ---
mysql_upgrade is now run on startup to fix this sort of issues

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2021-03-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=409224

--- Comment #13 from Christophe Giboudeaux  ---
Git commit 88a3e25fdaae6f0bd05f552e3f9300207ab751bf by Christophe Giboudeaux.
Committed on 18/03/2021 at 15:43.
Pushed by cgiboudeaux into branch 'release/21.04'.

Allow setting the MySQL scripts location

Some of the MySQL tools are simple shell scripts and may be installed in custom
locations.
We now have a MYSQLD_SCRIPTS_PATH variable that can be set to point to the
scripts dir.

M  +10   -0CMakeLists.txt
M  +5-0src/server/CMakeLists.txt
M  +3-0src/server/storage/dbconfigmysql.cpp

https://invent.kde.org/pim/akonadi/commit/88a3e25fdaae6f0bd05f552e3f9300207ab751bf

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-12-14 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=409224

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-08-06 Thread Justin T. Frisch
https://bugs.kde.org/show_bug.cgi?id=409224

Justin T. Frisch  changed:

   What|Removed |Added

 CC||b...@purplegecko.de

--- Comment #12 from Justin T. Frisch  ---
(In reply to Thomas Fischer from comment #10)
> mysql -S /run/user/$(id -u)/akonadi/default/mysql.socket  -e 'create
> database mysql' && mysql_upgrade -S /run/user/$(id
> -u)/akonadi/default/mysql.socket

I had the same issues with mariadb-10.4.6 under ARCH and running those commands
fixed the problems for me aswell.

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-30 Thread Luca Weiss
https://bugs.kde.org/show_bug.cgi?id=409224

Luca Weiss  changed:

   What|Removed |Added

 CC||l...@z3ntu.xyz

--- Comment #11 from Luca Weiss  ---
*** Bug 409403 has been marked as a duplicate of this bug. ***

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-18 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=409224

Thomas Fischer  changed:

   What|Removed |Added

 CC||fisc...@unix-ag.uni-kl.de

--- Comment #10 from Thomas Fischer  ---
On Arch Linux and maybe other Linux distributions, the socket FSO
'mysql.socket' is not located in /tmp/akonadi-*/ but in
/run/user/*/akonadi/default/ instead.

Thus, the two commands to run become:
mysql -S /run/user/$(id -u)/akonadi/default/mysql.socket  -e 'create database
mysql' && mysql_upgrade -S /run/user/$(id -u)/akonadi/default/mysql.socket

At least for me, after running both commands KMail/Akonadi starts fetching and
listing mails again.

(In reply to Piotr from comment #7)
> Workaround wasn't working for me:
> 
> piorek@dreadnought ~ $ mysql_upgrade
> --socket=/tmp/akonadi-piorek.XX/mysql.socket
> Version check failed. Got the following error when calling the 'mysql'
> command line client
> ERROR 1049 (42000): Unknown database 'mysql'
> FATAL ERROR: Upgrade failed
> 
> Had to create DB mysql first (CREATE DATABASE mysql;). This fixed the
> problem and upgrade succeeded. Looks like KMail is working fine so far.

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-16 Thread LonelyWoolf
https://bugs.kde.org/show_bug.cgi?id=409224

LonelyWoolf  changed:

   What|Removed |Added

 CC||lonelywo...@live.ru

--- Comment #9 from LonelyWoolf  ---
Same problem. I think, that akonadi should check versions of mysql and run
mysql_upgrade.

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409224

k...@stekahelo.de changed:

   What|Removed |Added

 CC||k...@stekahelo.de

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-11 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=409224

Jan  changed:

   What|Removed |Added

 CC||medhe...@web.de

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-11 Thread Peter Humphrey
https://bugs.kde.org/show_bug.cgi?id=409224

Peter Humphrey  changed:

   What|Removed |Added

 CC||pe...@prh.myzen.co.uk

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-08 Thread Filzmaier Josef
https://bugs.kde.org/show_bug.cgi?id=409224

Filzmaier Josef  changed:

   What|Removed |Added

 CC||j.filzma...@gmx.at

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-02 Thread Pavel
https://bugs.kde.org/show_bug.cgi?id=409224

Pavel  changed:

   What|Removed |Added

 CC||a...@thurston.ru

--- Comment #8 from Pavel  ---
Can these databases be dropped again after creating 'mysql' database and
running upgrade tool?

| information_schema |
| mysql  |
| performance_schema |

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-02 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=409224

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-07-01 Thread Piotr
https://bugs.kde.org/show_bug.cgi?id=409224

--- Comment #7 from Piotr  ---
Workaround wasn't working for me:

piorek@dreadnought ~ $ mysql_upgrade
--socket=/tmp/akonadi-piorek.XX/mysql.socket
Version check failed. Got the following error when calling the 'mysql' command
line client
ERROR 1049 (42000): Unknown database 'mysql'
FATAL ERROR: Upgrade failed

Had to create DB mysql first (CREATE DATABASE mysql;). This fixed the problem
and upgrade succeeded. Looks like KMail is working fine so far.

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-06-30 Thread Neros
https://bugs.kde.org/show_bug.cgi?id=409224

Neros  changed:

   What|Removed |Added

 CC||cont...@neros.fr

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-06-29 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=409224

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-06-29 Thread Thomas Brix Larsen
https://bugs.kde.org/show_bug.cgi?id=409224

Thomas Brix Larsen  changed:

   What|Removed |Added

 CC||b...@brix-verden.dk

--- Comment #6 from Thomas Brix Larsen  ---
Workaround for getting Akonadi working on mariadb-10.4.6 (tested on Arch):
mysql_upgrade --socket=/tmp/akonadi-${USER}.X/mysql.socket

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-06-29 Thread Thomas Brix Larsen
https://bugs.kde.org/show_bug.cgi?id=409224

Thomas Brix Larsen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #5 from Thomas Brix Larsen  ---
*** This bug has been confirmed by popular vote. ***

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409224

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

Summary|kmail not able to refresh   |kmail with
   |email list: Unable to   |>=mariadb-10.4.6: not able
   |append status flags |to refresh email list:
   ||Unable to append status
   ||flags
 CC||andreas.sturmlechner@gmail.
   ||com

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