Does mysql has a limit on how many records it can insert into a table?
I'm pulling records from an Oracle DB/Staff Table to a MySql Datbase/Staff Table by running a php script. The total records in the Oracle DB/Staff Table = 3602 after the script runs it only inserted 3319 records into the MySql/Staff Table.