How do I run a script on/in a mysql database?
        Posted  
        
            by reggie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by reggie
        
        
        
        Published on 2010-03-16T18:52:28Z
        Indexed on 
            2010/03/16
            19:01 UTC
        
        
        Read the original article
        Hit count: 294
        
I have created a mysql database using work brench. 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.
© Stack Overflow or respective owner