On 12/07/2011 01:04 PM, Mahdi Foladgar 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?
> How can I setting up mysql to start at boot time.(same as
> /etc/rc5.d/S85mysqld)?
> 
> 


sudo systemctl enable mysql.service <-- enable at boot
sudo systemctl [ start | stop | restart ] mysqld.service <-- start,
stop, restart

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