Convery 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
1:03 UTC
Read the original article
Hit count: 276
I was given the dawnting 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