MySQL → Access migration usually means copying selected MySQL,
MariaDB, Percona, or cloud MySQL tables into a Microsoft Access
.mdb or .accdb file.
DBConvert handles the table-level move: it connects to MySQL,
Amazon RDS / Aurora for MySQL, Azure Database for MySQL, or Google
Cloud SQL; creates Access-compatible tables; maps field types;
transfers rows; and can save the job for repeated exports. The
review work is in Access file size, AutoNumber policy, large text
and binary fields, Unicode text, date/time values, and MySQL SQL
that Access cannot run.
What DBConvert does on this path:
handles MySQL → Access as a repeatable desktop workflow:
-
Reads MySQL, MariaDB, Percona Server for MySQL, Amazon RDS / Aurora for MySQL, Azure Database for MySQL, and Google Cloud SQL for MySQL.
-
Writes a Microsoft Access
.mdb or .accdb target file.
-
Maps tables, fields, indexes, primary keys, foreign keys, and supported views with type-mapping review.
-
Saves the job as a rerunnable session; DBSync keeps MySQL and Access aligned while both sides remain active.
What it does not do:
MySQL stored procedures, triggers, events, users, grants, and
application SQL are not translated into Access forms, reports,
macros, or VBA.