Perfect server install - step 8

Discussion in 'Installation/Configuration' started by smokinjo, Oct 8, 2015.

  1. smokinjo

    smokinjo Member

    Hello,

    I am walking through the steps for the perfect server set up.

    In step 8, there is the command to check that the network is set up:
    netstat -tap | grep mysql

    I get this:
    tcp6 0 0 [::]:mysql [::]:* LISTEN 786/mysqld

    The exmaple gives:
    tcp6 0 0 [::]:mysql [::]:* LISTEN 27371/mysqld

    It seems to the the exact same as the example that they give, but the number at the end is different. Is this okay?

    So far, al steps are workign well:)

    Thanks

    Joseph
     
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    This is ok. #no/mysqld - #no is the pid of your mysqld-process
     
  3. smokinjo

    smokinjo Member

    Thanks Florian
    I onlyhave a couple fo more steps to go now.
    Almost there!
     

Share This Page