Reminder: Running SQL Files from MySQL Command Line

by Cacho on 2011.02.07

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

Leave a Comment

Previous post:

Next post: