how to encrypt data in mysql database using update statement? - TechRepublic
Question
July 11, 2011 at 11:00 PM
axelbaltzli

how to encrypt data in mysql database using update statement?

by axelbaltzli . Updated 14 years, 11 months ago

hello, is there a way i can encrypt all data in certain table using update statement? im thinking using md5 to be able to encrypt sensitive data for me to send to other dba. sample column are : ID, customerID and customer name and schema name is customer. Thank you in advance.. hope somebody can help me

This discussion is locked

All Comments