Any one know why I can't seem to add more that 1000 rows to my table in MySQL??
I'm using a loop in php to add the data, but nothing is added after the 1000th line? and no error shows.
I also tried to add rows using the MySQL Control Cebter to see if was my php that was wrong, but after I add another line then close and open the table again there are only 1000 rows??
HELP!