Currently, every system I've set up is small enough so as to have the web
server and the database server on the same machine.  Consequently, loss of
security due to packet-sniffing can be completely controlled by using,
say, apache-ssl, since communications between the web server and the
database server take place inside a single machine.

It just occurred to me, however, that this becomes a much bigger problem
when the web server(s) and the database server are running on different
machines.  Does anyone know if there is a canonical way of securing the
data connection between the web and database servers or is this usually
handled by simply putting the database server behind 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

Reply via email to