MySQL on Debian 3.0: TCP listening
I installed MySQL (-server) on Debian 3.0.
'mysqladmin version' shows only a UNIX-socket the daemon is listening on.
How do I get it listening on a TCP-socket?
I tried commenting out the line "skip-networking" in /etc/mysql/my.cnf,
and I've also changed "safe_mysqld" to "mysqld" in /etc/init.d/mysql, and restarted it (even rebooted).
....but 'mysqladmin version' still doesn't report a listening TCP socket.
Anything more I could try? TIA
|