Is there any way to convert microsoft access database to mysql data. Please help me

Recommended Answers

All 5 Replies

Hello,

several options.

1. Export to excel then save as a .CSV file and import to MySQL.

2. Find a copy with the hack of Access2MySQLSync and it will do the work for you.

3. export to a tab delimited file and import.

Navicat, which is a GUI for MySQL and can be downloaded and used for free for 30 days, has an import from MS Access built in. I did this several months ago. Works fine.

Also as rch mentioned, export to a delimited text file and then import through your phpAdmin

I tried with excel & tab delemanated. But it shows

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Item	Quantity 3.B	3 3.B	20 3.A	50' at line 1
Item Quantity3.B33.B203.A50

I have attached two sample files bill.xls & bill.txt. Im using Excel 2010.
Please help me. and thanks for reply

MOst ppl here wont download a file posted by someone. Seriously, go to navicat.com, download the free trial version, then you can inport an access file directly into MySQL database. Its that easy.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.