So I’ve created loads of MySQL .sql files which create database tables, initiate values and define gzillions of stored procedures.
Now I want to run them all in some kind of batch file on a new database instance. Preferably within MySQL Workbench, which is my database development environment.
Hi there @zbot11… no, I am trying to run it through MySQL Workbench. I’d ideally like to make a .sql file that just runs a series of other .sql files, but I can’t find anything on the internet that talks about doing this!