my.cnf: # Don't listen on a TCP/IP port at all. This can be a security # enhancement, if all processes that need to connect to mysqld run # on the same host. All interaction with mysqld must be made via Unix # sockets or named pipes. # Note that using this option without enabling named pipes on Windows # (via the "enable-named-pipe" option) will render mysqld useless! #skip-networking
On 2-9-2011 19:06, Paul van der Vlis wrote: > Hallo, > > Ik heb op een machine MySQL draaien, en een chroot waarin ik ook MySQL > wil draaien. Dat zit elkaar in de weg, en daarom wil ik het in de chroot > draaien zonder network, zodat je het dus alleen via sockets kunt > benaderen (en niet via localhost). > > Vroeger was dat het default in Debian als ik me niet vergis. > > Weet iemand nog hoe dat ging in /etc/mysql/my.cnf? > > Met vriendelijke groet, > Paul van der Vlis. > > > -- Mark Stunnenberg Databoss b.v. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
