Convert a SQL Server or MSSQL database to MySQL, MariaDB, Percona
Server, or a managed MySQL-compatible cloud target.
DBConvert handles the practical migration work: reads SQL Server
catalogs, recreates MySQL-compatible tables, maps data types,
transfers rows, and preserves supported indexes and foreign keys.
The hard part is not only moving rows; SQL Server and MySQL differ
in data types, identity behavior, schema names, and T-SQL syntax.
What DBConvert does on this path:
handles the database move as a repeatable desktop workflow:
-
Reads SQL Server catalogs from on-prem SQL Server, Express, Azure SQL, or Amazon RDS for SQL Server.
-
Maps SQL Server types to MySQL equivalents and recreates supported indexes and foreign keys.
-
Transfers rows into MySQL, MariaDB, Percona Server, Amazon RDS / Aurora MySQL, Azure Database for MySQL, or Google Cloud SQL.
What it does not do:
T-SQL stored procedures, functions, triggers, MERGE, and SQL Server-specific built-ins are not converted to MySQL syntax — treat them as a rewrite task.