简体   繁体   中英

Is there an “easy” way to migrate users on website database from MsSql authentication provider to MySql authentication provider?

I have a website built on ASP.NET using the built-in authentication provider. I want to move from using Microsoft SQL Server to MySql.

I have managed to get the data copied over, but the MySql authentication provider uses an integer type ID field rather than the GUID type that the Microsoft SQL Server provider uses.

Is there an easy way (tool or script) to copy over the users and update the id all of the linked records? I can do it manually if necessary but I figured that someone might know a better way.

Thanks in advance!

Migrating users from SQL Server to MySQL will be a manual process. I am not aware of a script to do that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM