At 07:20 AM 2/2/2004, you wrote:
Hi,

What's the best data type to store AES_ENCRYPTed text/password
(without any data conversion)? I believe it can't be stored in CHAR or
VARCHAR due to implicit internal conversions.

Thanks.

Hassan

Hassan,
I haven't tried it, but can't you use Binary in the CHAR/VARCHAR column definition so it doesn't do any conversion?


Mike



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to