Puoi esportare il tuo json in CSV:http://www. danmandle.com/blog/json-to-csv-conversion-utility/ o https://github.com/danmandle/JSON2CSV
Quindi:
LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
Dovrebbe andare bene per un oneshot.
Maggiori informazioni per carica file di dati .