Bug 393357 - akonadi 18.04.0 cannot find /etc/akonadi/mysql-global.conf
Summary: akonadi 18.04.0 cannot find /etc/akonadi/mysql-global.conf
Status: RESOLVED NOT A BUG
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: unspecified
Platform: PCLinuxOS Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-20 22:46 UTC by Texstar
Modified: 2018-04-20 23:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Texstar 2018-04-20 22:46:15 UTC
akonadi 18.04.0 cannot find /etc/akonadi/mysql-global.conf

Error:
Did not find MySQL server default configuration (mysql-global.conf)
Failed to remove runtime connection config file

Temporary solution:

Copy mysql-global.conf file from the /etc/akonadi folder to your ~/.config/akonadi folder.

Fixes kmail, korganizer and anything else that depends on the akonadi server.
Comment 1 Texstar 2018-04-20 23:11:10 UTC
(In reply to Texstar from comment #0)
> akonadi 18.04.0 cannot find /etc/akonadi/mysql-global.conf
> 
> Error:
> Did not find MySQL server default configuration (mysql-global.conf)
> Failed to remove runtime connection config file
> 
> Temporary solution:
> 
> Copy mysql-global.conf file from the /etc/akonadi folder to your
> ~/.config/akonadi folder.
> 
> Fixes kmail, korganizer and anything else that depends on the akonadi server.

Fixed rpm package by removing -DCONFIG_INSTALL_DIR=%{_sysconfdir} from my cmake configure.

Happy 420!