MySQL Forums
Forum List  »  MySQL Shell

Migrating from MSSQL to MYSQL
Posted by: David Carpenter
Date: August 02, 2022 02:13AM

Hello,

I am a total newbie with MYSQL, but I've a task to migrate a 2tb SQL Server database to MYSQL. I've gone down the approach of using the database migration tool, It works fine using the GUI for a cut down version of the database, however when I try to do this as a REM Workbench Table Data copy script I can't get it to work and I am getting the below error when it runs?


REM Target DB: Mysql@myIP:3306
Files\MySQL\MySQL was unexpected at this time.

The only configuration changes i've made is the password for the source and target

set arg_source_password=Mysecurepassword
set arg_target_password=Mysecurepassword

Thanks

Dave

Options: ReplyQuote


Subject
Views
Written By
Posted
Migrating from MSSQL to MYSQL
451
August 02, 2022 02:13AM
179
August 02, 2022 07:39AM
187
August 09, 2022 06:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.