I want to populate MySQL database with million entries,
I tried using Data generator, but i was able to get only 200 entries though i give 1000 as input, which takes a lot of time for populating.
Also tried using .txt file LOAD FILE LOCAL INFILE method for populating, but get an error as FILE NOT FOUND though the file exists in my local directory (ERRCODE: 2 & ERRCODE: 22).
I was thinking is there any better way for populating DB with million entries for performance and if so can somebody suggest me with ideas resolving my query?????
how to populate my db with million values????