I am new to mysql, and currently using 4.016 version. I try to import a 7 GB text file which is about 120 million rows with Load Data or mysqlimport, but both fail at the same number of rows 52 million. I already try to use force and debug file but not help. I also import the same text file to SQL Server and it works, so it is not a data issue.
The mysql is currectly configure to use a Large DB configuration. Is there a limitation in mysql or I need to change some setting in order to make it works. The db.myd is about 4.1 GB.
Please help. Thanks
The mysql is currectly configure to use a Large DB configuration. Is there a limitation in mysql or I need to change some setting in order to make it works. The db.myd is about 4.1 GB.
Please help. Thanks