Hello. I'm designing a MySQL server, but I want all connections to MySQL to
be made by a server app. In other words, users communicate with the app
through a port, and the app communicates with MySQL. The whole point of
trying to do this is to keep MySQL from listening for connections on a port,
and thereby eliminate a potential denial of service attack. Is there any
way to set up MySQL so it communicates through some channel other than a
port? Is there any way to keep MySQL from effectively listening for
connections on any ports, other than setting up a firewall?
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php