Sie können Ihren json in csv exportieren:http://www. danmandle.com/blog/json-to-csv-conversion-utility/ oder https://github.com/danmandle/JSON2CSV
Dann:
LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
Für einen Oneshot sollte es in Ordnung sein.
Weitere Informationen zum Daten-Infile laden .