$ 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
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:
Post a Comment