Hi all,
I downloaded a script from hotscripts.com
There is a file called createtable.sql , it's asking me to load into the database.
I know the hard way, i can manually create tables and insert values by typing it in using mysql.exe
Is there any way I can just import the createtable.sql file into the database without typing it in manually?
thank you
MySQL question
Moderator: General Moderators
some (most?) mysql-frontend support those files.
I'm using mysql-front
I'm using mysql-front
Sure there is...
http://www.mysql.org/documentation/mysq ... Batch_mode
c.w.collins
http://www.mysql.org/documentation/mysq ... Batch_mode
c.w.collins
cooler75 wrote:Thanks, i am downloading it right now
But, i guess there is no easy way where you can just type in some type of a comment line to load data from createtable.sql?
thanks, i will give it a try