Find Solutions > MySQL
How to export an MSAccess database to MySQL:
-
Download and install the MySQL ODBC driver
-
Download the driver at
http://dev.mysql.com/downloads/connector/odbc/3.51.html
-
Documentation for the driver at
http://dev.mysql.com/doc/refman/5.0/en/myodbc-connector.html
-
Description at
http://www.mysql.com/products/connector/odbc/
-
In MySQL: create the database
-
At the mysql command line, or phpmyadmin,
(or whatever client you like).
-
In MSAccess: table view
-
select the table[s] you want to export
-
File -> Export -> ODBC database
-
select "Machine Data Source"
(? sorry my notes are a little fuzzy here)
At this point, the first time you export from MSAccess,
you go to "Make New" and select the driver.
Give info for your MySQL database, such as username and password.
-
MSAccess will then silently create the tables with data
in the MySQL database.
All content not copyright by anyone else is
copyright © 2003–2006 James Walker.
License for use is the GNU Free Documentation License.
Find it:
here in the
License directory
or
at the Free Software Foundation,
www.fsf.org