Convert a Microsoft Access .mdb or .accdb
database into MySQL, MariaDB, or a managed MySQL-compatible target.
DBConvert reads the Access file locally, creates MySQL-compatible
tables, maps field types, copies records, and preserves supported
indexes, relationships, and query objects. The Access application
layer is separate: forms, reports, macros, VBA, attachments, and
multivalue fields do not become a MySQL application.
What DBConvert does on this path:
handles the Access file move as a repeatable desktop workflow:
-
Reads
.mdb (Jet) and .accdb (ACE) files, including password-protected and WorkGroups-secured databases.
-
Lets you review type mapping before creating MySQL-compatible tables, rows, indexes, and supported query objects.
-
Writes to MySQL, MariaDB, Percona Server, Amazon RDS / Aurora MySQL, Azure Database for MySQL, or Google Cloud SQL.
What it does not do:
forms, reports, macros, VBA, attachments, and multivalue fields are not converted — the application UI is a separate rebuild task.