I have .csv file of size 15 GB. I used load data command in my sql to load the data to mysql table. It is skipping the records after 9868890. I read the maximum number of mysql table records are 5000000000. why I could not able to upload? I tried to increase number of rows by "alter table filename max_rows=200000000" then checked the status. It shows that max_row are that much but I could not able to insert not even one record more. please help me. Please dont ask me to split the file. I have 500 files like this and I have to upload. and My professor will not be happy if I simply break the files and do it.