当前位置:首页 > 数据库 > 正文

strang mysqld process in KDE,Centos7.7

2024-03-31 数据库

I can find it in system monitor.

but, [systemctl list-unit-files | grep  mysql ] did not show anything.

 

After googled, I found it belong to akonadi which seems to be a component of KDE.

use following to kill the process

pkill -f akonadi

Then

edit ~/.config/akonadi/akonadiserverrc

change to following

StartServer=false

 

reference:

https://askubuntu.com/questions/762062/akonadi-services-and-mysqld-use-too-much-memory-in-kubuntu-16-04

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/13150.html