0

I have exported MS Access tables as .XSD files and want to import them into MySQL is this possible to do directly or do I have to redefine all of this information in MySQL?

TCulos
  • 183
  • 3
  • 13

1 Answers1

0

Have a look at this post. It details the import of the XML and XSD into excel, where you'll want to save it as CSV.

You can then bulk load this CSV into a MySQL database. DB management tools such as Navicat tend to have Import features that make this a trivial process.

Community
  • 1
  • 1
Daniel Waghorn
  • 2,997
  • 2
  • 20
  • 33