1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.. MySQL Workbench Migration Tool documentation master file, created by
sphinx-quickstart on Tue Mar 13 10:09:39 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MySQL Workbench Migration Tool's documentation!
==========================================================
The Migration Tool provided with MySQL Workbench since version 5.2.41 uses the *MySQL Workbench Migration API* to
assist you to migrate your databases from other RDBMSes into MySQL. Here we proceed to explain how to work with
the Migration API so you can code your own migration scripts.
Contents:
.. toctree::
:maxdepth: 2
migration_api
workbench_module
odbc_setup
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|