Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-macos.html
Connection parameters are similar to Linux, see Section 10.5.3.2, “Linux”.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection.html
This section focuses on creating a connection to the source Microsoft SQL Server, because creating a MySQL connection is a standard operation. Note Prerequisite: that you already installed and configured the required Microsoft SQL Server driver on ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Many distributions ship older versions of FreeTDS, so it may need to be installed separately. Additionally, the FreeTDS version provided by distributions may also be compiled for the wrong ODBC library (usually to unixODBC instead of iODBC, which ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-macos.html
See the FreeTDS setup notes for Linux, Section 10.5.2.2, “Linux”.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers.html
Microsoft Windows does not require additional drivers to be installed and configured, but Linux (and macOS) do. The following sections include specific instructions for each type of system.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. Table 10.2 Type mapping Source Type MySQL Type Comment INT INT TINYINT TINYINT UNSIGNED flag set in MySQL. SMALLINT SMALLINT BIGINT BIGINT ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql.html
The MySQL Workbench Migration Wizard is tested with Microsoft SQL Server 2016.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-linux.html
After installing iODBC, proceed to install the PostgreSQL ODBC drivers. Use the latest version available for download, which will be at the bottom of the downloads page. Extract this tarball to a temporary location, open a terminal, and cd into ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-macos.html
To compile psqlODBC on macOS, you will need to have Xcode and its "Command Line Tools" component installed on your system, as this includes the required gcc compiler. And after installing Xcode, open it and go to Preferences, Downloads, Components, ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-windows.html
Choose the newest file from http://www.postgresql.org/ftp/odbc/versions/msi/, which will be at the bottom of the downloads page. This will install psqlODBC on your system and allow you to migrate from Postgresql to MySQL using MySQL Workbench.