Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?.....

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    There is no difference. Are you sure you're asking the question you intended to ask?
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just 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!!!

  4. #4
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    I was always thinking service is daemon in Red Hat language?

  5. #5
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    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/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...