I'm following
this guide (which is great stuff), but I'm having a problem with the MySQL section.
When I run "netstat -tap" I see this line:
Code:
tcp 0 0 *:mysql *:* LISTEN -
I don't get the "2449/mysqld" as the last thing, but only a "-".
My "skip-networking" thing in "/etc/mysql/my.cnf" i commented out and MySQL restartet - but the same thing is in "netstat -tap".
Anyone has a suggestion?