On Wed, Dec 7, 2011 at 12:04 PM, Mahdi Foladgar <folad...@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.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to