Re: Transfer ENCRYPT password field to another server

2013-07-20 Thread Rik Wasmus
> From: Johan De Meersman To:J Gao @ 2013-07-19 > > From: "J Gao" > > Subject: Transfer ENCRYPT password field to another server > > > > So, is there a way to make the MySQL encrypted password string > > "2I6JOeg.JukJ." convert to MD5 ha

Re: Transfer ENCRYPT password field to another server

2013-07-19 Thread Johan De Meersman
- Original Message - > From: "J Gao" > Subject: Transfer ENCRYPT password field to another server > > So, is there a way to make the MySQL encrypted password string > "2I6JOeg.JukJ." convert to MD5 hash "$1$."? Nope. Encrypt

Transfer ENCRYPT password field to another server

2013-07-18 Thread J Gao
Hi, All, I am having trouble to transfer email user account which is saved in MySQL to another server. Here is the detail: I have an old email server which using MySQL to store user account information. The password field uses MySQL ENCRYPT function to save the users password. So if I want c