From: Date: February 16 2001 10:21am Subject: Re: Secure SQL connection ? List-Archive: http://lists.mysql.com/perl/1014 Message-Id: <982315317.3a8cf135aee7f@webmail.LF.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Quoting Denis Bucher : > Is it possible to have a secure (crypted) connection between the client > and > mySQL ? All that's currently available is the option mysql_compression, which uses libz. It should be relatively easy to add comparable things as long as no key handshaking or something similar is required. An option would be using the DBI proxy, which supports encryption. It comes as part of DBI. Bye, Jochen