https://bugs.kde.org/show_bug.cgi?id=522845
--- Comment #7 from Allen Winter <[email protected]> --- To people hitting this bug: Until the proper fix lands you need to edit the /etc/xdg/akonadi/mysql-global.conf file as root and add the line `skip_slave_start` , pretty much anywhere in that file. for example, from a terminal window run: sudo vi /etc/xdg/akonadi/mysql-global.conf (or sudo nano /etc/xdg/akonadi/mysql-global.conf or any other text editor of your choice) then add the line skip_slave_start anywhere you want. I put it immediately after my skip_networking line. here's a snippet: ... Memory allocated for caching query results (default:0 (disabled)) loose_query_cache_size=0 # Do not cache results (default:1) loose_query_cache_type=0 # Do not use the privileges mechanisms skip_grant_tables # Do not listen for TCP/IP connections at all skip_networking # I temporarily added this line until a real fix lands for bug https://bugs.kde.org/show_bug.cgi?id=522845 skip_slave_start # The number of open tables for all threads. (default:64) table_open_cache=200 ... -- You are receiving this mail because: You are watching all bug changes.
