Import DB through CLI

Hi Chris

I had a similar need for this today and I used the import command suggested here:

Enter myloader -p root -d /app/sql --overwrite-tables --database local … This will load in the SQL files in /app/sql

1 Like