Re: MySQL Logging and encryption

2003-08-08 Thread Jeremy Zawodny
On Thu, Aug 07, 2003 at 10:32:19AM -0700, K. Wright - DataAnywhere wrote: > If logging is turned on, is there a way to disable it for a given query? > > IE. If I query --> select AES_ENCRYPT("This is very important data", > "lessthansecretkey"); > > Then my key and the value I'm trying to encr

MySQL Logging and encryption

2003-08-07 Thread K. Wright - DataAnywhere
If logging is turned on, is there a way to disable it for a given query? IE. If I query --> select AES_ENCRYPT("This is very important data", "lessthansecretkey"); Then my key and the value I'm trying to encrypt is visible in the log files. KJW