View Single Post
  #21  
Old 09-09-2006, 12:37 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Zephyr, one more thing. MySQL 4.1 doesn't seem to be handling this header line very well:

Code:
print FILE "-----------------------------------------------------------------------\n";
Likely the fact it doesn't think it's a comment due to no space after the first two "--"s.

I edited my .pl and re-ran the scripts and MySQL can import the file ok. Not sure if this is everyone, or just my version (MySQL - 4.1.20-community-nt).
Reply With Quote