Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Databases: Migrate data between MS Access DB and MYSQL

I have 2 databases, one is MS Access DB from an old website, and the other one is MYSQL from the new Joomla+VirtueMart based website. I need to migrate existing products from MS Access to MYSQL.

I thought of putting both on server and writing SQL queries in MYSQL workbench, untill I have a good script for that, but I'm very new to SQL, so I'd rather avoid that.

I there a better way and more efficient for that?

like image 982
Dean Avatar asked Jan 20 '23 19:01

Dean


2 Answers

You can always export to CSV and import that in MySQL.

like image 86
Oded Avatar answered Jan 30 '23 22:01

Oded


you can use tools like Database Workbench

like image 44
Hugues Van Landeghem Avatar answered Jan 30 '23 21:01

Hugues Van Landeghem