< go.sql sources in an extra command fine. (Basiclly a batch file with a bunch of sql commands in it)
mysql {databasename} < go.sql
executes the go.sql file, which is itself a list of sql instructions for the database to execute.
Can they all be combined? No, not necessarily. Some can go over the top of others, so are complete solutions in and of themselves.
|