Contributed by jose on from the encrypted-DB dept.
http://marc.theaimsgroup.com/?l=openbsd-misc&m=105413160128823&w=2
And a quick teaser...
-bash-2.05b# mysql -p mysql -e 'describe user' Enter password: (snip) ssl_type enum('','ANY','X509','SPECIFIED') ssl_cipher blob x509_issuer blob x509_subject blob (/snip)" Hey, this is pretty neat!
Jason also passes along these notes on building it:
"It's a hybrid between the flags found in the current 3.x port, and the
new features from 4.x:
CC=gcc CFLAGS="-felide-constructors -fno-exceptions -fno-rtti"
./configure
--enable-static --localstatedir=/var/mysql --with-libwrap=/usr
--with-pthread --with-raid --with-mysqld-user=mysql
--with-unix-socket-path=/var/run/mysql/mysql.sock --without-bench
--without-debug --without-docs --without-readline --with-vio
--with-openssl
"
Thanks a lot, Jason, I didn't know you could do this.
(Comments are closed)
By Lukasz Zielinski () on http://lukasz.com/
Comments
By Jedi/Sector One () j@pureftpd.org on http://www.pureftpd.org/
The query cache brings substantial performance improvements, and the boolean fulltext search is something I can't live without.
By Markus Ullmann () mullmann@inetsiteworld.de on mailto:mullmann@inetsiteworld.de
By Anonymous Coward () on
Comments
By Jason Dixon () on http://www.dixongroup.net
Mind you, ssh tunnels are a nice way to do it also. Unfortunately, I was looking for a way to include the encryption in my back-end code, rather than having to monitor another ssh process.
-J.
By Jason Dixon () on http://www.dixongroup.net
"Thank you for your patch.
It is already applied in our source tree and should come up in some of the next 4.0 and higher versions."
-J.
Comments
By Jon () jdossey@deltahealthgroup.com on mailto:jdossey@deltahealthgroup.com