Re: Starting mysql in FC16

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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@xxxxxxxxxxxxxxxxxxxxxxx
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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux