We are migrating mysql database to other server. we have a users table where the password field ( varchar(16) )is encryted based on encryption key. How do I transfer this data to other database ? How do make sure that data is transferred correctly. Having problems..