Page 1 of 1

[SOLVED] how to I stop mysqld from running at startup

PostPosted: Aug 27th, '12, 10:14
by taoleo
Hi,
I am using a system with low RAM and would like if possible to stop mysqld from running at startup and need to know how to achieve this.

Re: how to I stop mysqld from running at startup

PostPosted: Aug 27th, '12, 10:42
by tom_
from a terminal as user root:

Code: Select all
systemctl disable mysqld.service


note that if you use kde some part of the system (like kmail2)
will not work anymore

Re: how to I stop mysqld from running at startup

PostPosted: Aug 27th, '12, 12:46
by taoleo
thanks tom_