
May 16th, 2000, 11:53 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
If you just need to export occasionally, it's not worth the trouble setting up ODBC. Just export from Access as CSV or tab-delimited and import into MySQL. It takes a bit of reading to do it the first time, but that's what documentation is for.
A way to make it a bit easier is (if you have PHP installed) go to www.phpwizard.net and download phpMyAdmin, which is a web-based front end for MySQL and facilitates importing and exporting, among other things.
|