MS SQL Server にあるデータベースを MySQL に移行しようとしています。そのために Workbench を使用しています。両方のデータベースに接続できますが、次の警告が表示されます。
Retrieve schema list from source.
そして、これはメッセージログです:
Starting...
Connect to source DBMS...
- Connecting to source...
Connect to source DBMS done
Check target DBMS connection...
- Connecting to target...
Connecting to Mysql@74.5.3.2:3306...
Connecting to Mysql@74.5.3.2:3306...
Connected
Check target DBMS connection done
Retrieve schema list from source....
- Checking connection...
- Fetching catalog names...
WARNING: The following catalogs where not found: Autotask
- Fetching schema names...
- Finished
Retrieve schema list from source finished
Tasks finished with warnings and/or errors, view the logs for details
Finished performing tasks.
Autotask はデータベースの名前です。私は何を間違っていますか?
注: 警告が表示されても、ウィザードで [次へ] をクリックできますが、次の画面ではスキーマが一覧表示されるはずですが、空なので続行できません。
前もって感謝します。パブロ