On Fri, Sep 12, 2003 at 05:02:29PM +0000, [EMAIL PROTECTED] wrote: > Hi I am trying to convert an existing access database to MYSQl and not having > much luck I have tried dbtools but I end up with nothing transfering. Am I > doing something wrong or is there a better conversion tool
You can export Access tables as tab delimited files, and import them into MySQL with mysqlimport or LOAD DATA INFILE. Check the documentation for details. This question comes up a lot, so you can get a lot of information by searching the archives. As to whether you're doing something wrong with dbtools; no one can answer your question without knowing what you are doing. Bob Hall -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]