Users can use MySQL client to import data via INSERT or LOAD command.

  • Use INSERT to insert new rows into an existing table.

  • Use LOAD statement to bulk-import csv files. Please refer to Mount User Directory to setup the directory for csv files before using LOAD command.