我可以使用MySQL Workbench连接到Microsoft SQL Server吗?
问题描述:
我可以使用MySQL Workbench连接到MSSQL数据库服务器吗?
Is it possible for me to connect to a MSSQL database server with MySQL Workbench?
答
您不能将MySQL Workbench用作Microsoft SQL Server客户端.
You cannot use MySQL Workbench as a Microsoft SQL Server client.
但是从技术上讲,是的,如果使用数据库迁移向导,则可以使用ODBC连接到Microsoft SQL Server数据库.
But technically speaking, yes, you can connect to a Microsoft SQL Server database using ODBC if you are using the database migration wizard.
来源: https://dev.mysql. com/doc/workbench/en/wb-migration-wizard-connection.html