Am 07.12.2011 20:04, schrieb Mahdi Foladgar:
> 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?
> How can I setting up mysql to start at boot time.(same as 
> /etc/rc5.d/S85mysqld)?

man systemctl
man systemd

systemctl start mysqld.service
systemctl stop mysqld.service
systemctl enable mysqld.service
systemctl disable mysqld.service
systemctl staus mysqld.service

why calling ever /etc/init.d/ if there was a service command all the time
which would redirct currently and instruct you?

[root@srv-rhsoft:~]$ service mysqld stop; service mysqld start
Redirecting to /bin/systemctl  stop mysqld.service
Redirecting to /bin/systemctl  start mysqld.service

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
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