Quantcast
Channel: MySQL Forums - MySQL Workbench - Database Migration
Viewing all articles
Browse latest Browse all 561

wbcopytables: Invalid option (no replies)

$
0
0
I am migrating sql server tables in MySQL using wbcopytables command. I want to copy a specific range(id 1-10000) of data from MSSQL to MySQL, so I am using below syntax.

wbcopytables --odbc-source="DRIVER={FreeTDS};SERVER=**.**.**.**;PORT=1433;DATABASE=TESTDB;UID=***;PWD=***;TDS_VERSION=7.1" --target="root@127.0.0.1:3306" --force-utf8-for-source --truncate-target --table-range [TESTDB] [dbo].[DeletedUnits] TESTDB DeletedUnits Unit_Id Unit_Id 1 10000

unfortunately I am getting below error message this syntax.

wbcopytables: Invalid option 10000

workbench version : 6.0.8 11354 build 833

Viewing all articles
Browse latest Browse all 561

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>