Export data from MS Access to MySql: how to do it? I mean, is there a software able to do it? Thanks
If you have access to a Windows box, you can use the Access transcoding in the small footprint BadBlue server. It will convert any table or query to HTML ... then you can punch it into MySQL or whatever. Pretty painless.
See this page: http://badblue.com/helpmdb.htm
Another easy way is to set up a MyODBC connection on your Windows PC. Then from access select export, select ODBC, and select your MySQL ODBC connection. Table goes straight into MySQL.