Question
migrate data into MySQL schema
MySQL GUI tool - Migration Wizard works well at basically
importing a database as a new schema into your mysql database
server, however, I'm looking for tools that will allow me to fine
tune my import a little more. For example, If I just want to import
the data from say one MS Access database table into an existing
MySQL database table, and allowing me to choose which column from
the source database gets inserted into the target database so that
you can match the data regardless of their column names. Enterprise
Manager works in this fashion. What recommendations of software do
you have for MySQL?