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