Saturday, April 28, 2012

Linux: import MDB files to MySQL

$ sudo apt-get install mdbtools

You can import MDB files to MySQL using the following:

View tables:
$ mdb-tables file.mdb

Export table as CSV:
$ mdb-export file.mdb table1 > table1.csv

# ... to be done, import from csv to MySQL

No comments: