Results 1 to 4 of 4

Thread: how to check mysql running ?

  1. #1
    Join Date
    Mar 2012
    Beans
    189

    how to check mysql running ?

    how to check mysql running ?

    what command to shoot ?

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    upstart status

    You can do it two ways:

    Code:
    # this way
    status mysql
    
    # or this way
    pgrep -l mysqld
    What version of Ubuntu are you running?

  3. #3
    Join Date
    Mar 2012
    Beans
    189

    Re: upstart status

    Quote Originally Posted by Lars Noodén View Post
    You can do it two ways:

    Code:
    # this way
    status mysql
    
    # or this way
    pgrep -l mysqld
    What version of Ubuntu are you running?
    ubuntu 10 server OS

  4. #4
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: how to check mysql running ?

    Ok. Those instructions also apply to 10.10

Bookmarks

Posting Permissions

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