I keep on forgetting on how to run an SQL file from the command line. So here’s how you run an SQL file from the command line.
shell> mysql db_name < script.sql > output.tab
Shared Repository
I keep on forgetting on how to run an SQL file from the command line. So here’s how you run an SQL file from the command line.
shell> mysql db_name < script.sql > output.tab
Previous post: Ronnel + Leslie SDE
Next post: Reminder: Extracting a TAR file to a different location