Export MySQL to Access for free...
April 3, 2008 6:40 AM   RSS feed for this thread Subscribe

What is the easiest (and free) method of exporting a MySQL database and getting it (intact) into Access ?

We have a DB of stuff in MySQL. That's all peachy and nice, but we want to give a copy of our DB to a customer, and they only do Access. Presumably, I would have to send them a .MDB file with the data intact. (if this is incorrect, let me know - I do networking for a living, not DB stuff).

The guy who does the DB stuff is on vacation, and the customer wants this before he gets back, so it's to me (and you!). Thanks in advance!
posted by Pogo_Fuzzybutt to computers & internet (3 comments total) 2 users marked this as a favorite
There might be an easier way to do it, but you could always use MyODBC. The long and short is that you'll install MyODBC, create a DSN that points to your MySQL database, and then use Access to import the tables into a new Access Database.
posted by uncleozzy at 6:48 AM on April 3


Hmm, ODBC is a good answer. If you have no network access between you, then you could perhaps "create table foo as select *... engine=csv" in mysql and mail them a copy the resulting CSV file in the database data directory.
posted by cmiller at 7:10 AM on April 3



Thanks Uncleozzy, that worked great.
posted by Pogo_Fuzzybutt at 7:23 AM on April 3


« Older How do I avoid my previous wor...   |   About to graduate from law sch... Newer »

You are not logged in, either login or create an account to post comments



Related Questions
CodeFilter: July 24, 2008
Teach me where to fish... May 22, 2008
How is Facebook doing its queries? February 4, 2008
Getting from point A to B (the right way) October 11, 2007
So I know HTML. What to learn next? December 10, 2006