View Single Post
  #2 (permalink)  
Old 01-03-2008, 11:32 AM
Tech Manager Tech Manager is online now
WebProWorld Pro
 

Join Date: Jan 2008
Posts: 289
Tech Manager RepRank 1
Default Re: Need help importing into MySQL

John:

You didn't mention how you are trying to import the file. Are you doing a simple SQL query or a file import? There are several ways you import or add the data into a MySQL database.

I am not sure why you are splitting the data into two parts AND then trying to import as different table names. You could split the data and import into the same table.

Do all the relative tables in the database already exist?

Is this on a Linux or Windows box? Do you use PHP (what version?).

With a little more info I think I could help solve the issue for you.
Reply With Quote