Hi all,
I do I import an sql file via the cmd line?
Thanks.
Once in mysql type:
mysql > . source_file.sql
Where . is the command and source_file.sql is the name of the files you'd like to use.
Hope that helps!
How do I ensure it's imported into the correct table?