simple mysql question
I have a file filled with all sorts of mysql statements. Create tables, drop tables, insert values, etc. Is there a way to "execute" this file within mysql? I know I can copy/paste it in, but the buffer of my terminal is too small. Is there a load script command or something that can be used?
|