Free Online Tool

MDB to MySQL Converter — Free Online Tool

Convert Microsoft Access databases (.mdb, .accdb) to MySQL SQL files. Upload your Access database and download a SQL file with CREATE TABLE and INSERT statements.

No account needed Up to 50 MB Files deleted in 2 hours 100% free
🗂️
MDB
🗄️
MySQL
Upload Your File

Drop your file here

or click to browse — .mdb files up to 50 MB

Table Preview

Upload a file to preview its tables and data before converting

How It Works

Convert in Three Steps

The whole process takes under a minute, even for large files.

1
📤

Upload your file

Drag and drop or click to browse. SQL, SQLite, CSV and JSON files up to 50 MB are accepted.

2
🎯

Pick your target

Select the output format. The source format is detected automatically from your file.

3
📥

Download the result

Your converted file is ready in seconds. Import it directly into your database.

What Gets Converted

Every Syntax Difference Handled Automatically

Microsoft Access is a popular database for small businesses and desktop applications, but when you need to scale to a web application or share data with a MySQL server, migration is necessary. Our converter handles the schema and data conversion automatically.

After converting: Import with: mysql -u root -p mydb < output.sql. Review the generated schema and adjust column types as needed.
MDB to MySQL
Before After Why
Access tables MySQL tables Schema converted to MySQL syntax
Access data types MySQL data types Types mapped automatically
AutoNumber AUTO_INCREMENT MySQL auto-increment
Yes/No fields TINYINT(1) MySQL boolean representation
🔒
Private by design
Files are deleted automatically within 2 hours. We never read or store your database contents.
Fast conversion
Most files convert in under 5 seconds. Large files up to 50 MB are handled without timeouts.
👁️
Live table preview
See your tables, columns and sample rows before you download. No surprises in the output.
🆓
Always free
No subscription, no usage limits, no watermarks on the output. Free for everyone, always.
FAQ

Common Questions

.mdb (Access 97-2003) and .accdb (Access 2007+) files are both supported.

Foreign key relationships are converted to MySQL foreign key constraints where possible.

OLE Object fields become BLOB, Memo fields become TEXT, and AutoNumber becomes INT AUTO_INCREMENT.

Ready to Convert Your MDB to MySQL File?

Upload your file above and get a converted result in under a minute. No account, no cost, no catch.

Upload & Convert Now Try Query Converter