I have created a MySQL database using MySQL Workbench. It has about 20 tables. I cannot figure out how to run scripts on the database.
Basically, I want to make a database creation script which will allow me to create my database on any other MySQL server.
etc…
Put that in a file called mydbcreate.sql and run (from the command line)