Starting mysql in FC16

T.C. Hollingsworth tchollingsworth at gmail.com
Wed Dec 7 21:28:56 UTC 2011


On Wed, Dec 7, 2011 at 12:04 PM, Mahdi Foladgar <foladgar at gmail.com> wrote:
> Hi,
>
> I install FC16 for testing LAMP.
> But I canĀ“t strt mysql server.
> In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
> How can I start/stop mysqld daemon?

# service start mysqld
or
# systemctl start mysqld.service

> How can I setting up mysql to start at boot time.(same as
> /etc/rc5.d/S85mysqld)?

# systemctl enable mysqld.service

For more information, see:
http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet

-T.C.


More information about the users mailing list