Convert MSSQL Varbinary field to MYSQL, keeping data intact

Posted by Mike Sheridan on Stack Overflow See other posts from Stack Overflow or by Mike Sheridan
Published on 2010-04-16T00:59:29Z Indexed on 2010/04/16 2:23 UTC
Read the original article Hit count: 339

Filed under:
|

I was given the daunting task of converting a ASP website to PHP and MSSQL to MySQL, and I ran into an issue that hopefully somebody can help

I have a user table which has a password field with datatype Varbinary(128), are using pwdencrypt to encrypt the password.

Is there a way to transfer that over to MySQL, and somehow i need to be able to keep the password intact... how can i go about that? any pointers would be greatly appreciated!

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql