Results 1 to 5 of 5
Hi,
Can you please clear me the difference between restarting the daemon and the service. To be more clear,
/etc/init.d/mysqld restart
and
/etc/init.d/mysqld restart
What is the difference on this ...
- 07-20-2009 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
difference between restarting a daemon and a service
Hi,
Can you please clear me the difference between restarting the daemon and the service. To be more clear,
/etc/init.d/mysqld restart
and
/etc/init.d/mysqld restart
What is the difference on this both two?.....
- 07-20-2009 #2
There is no difference. Are you sure you're asking the question you intended to ask?
Linux user #126863 - see http://linuxcounter.net/
- 07-21-2009 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
I am really sorry for my typo:
its exactly that the difference in restarting between
/etc/init.d/mysqld restart
or
/etc/init.d/mysql restart..
I hope it make sense now!!!
- 07-21-2009 #4
I was always thinking service is daemon in Red Hat language?
- 07-23-2009 #5
mysql is the controller for the mysql database, it's a service script that allows you to control your mysql server. mysqld is the service that actually runs the database, but you should be able to control it with the mysql script.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote