Convert Access to MySQL
Use Bullzip
http://www.bullzip.com/products/a2m/info.php
Related Posts
LOAD DATA LOCAL INFILE – Example
How to import data from csv, txt or other export files into MYSQL Syntax: LOAD…
How to connect to remote mysql server. Grant privileges
GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here';