Apr 9, 2003 #1 dvknn IS-IT--Management Mar 11, 2003 94 US I have cretaed a little script file to generate me all the tables that I want. Where should I save the script file? and how should I run the script file?? Thank You,
I have cretaed a little script file to generate me all the tables that I want. Where should I save the script file? and how should I run the script file?? Thank You,
Apr 9, 2003 #2 QatQat IS-IT--Management Nov 16, 2001 1,031 IT Obviously it is a .sql script. 1) Save it where you want. Let's assume c:\scripts\script.sql 2)To run it go at DOS prompt c:\mysql\bin\mysql -u root -ppassword DBName < c:\scripts\script.sql Bye Qatqat The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore) Upvote 0 Downvote
Obviously it is a .sql script. 1) Save it where you want. Let's assume c:\scripts\script.sql 2)To run it go at DOS prompt c:\mysql\bin\mysql -u root -ppassword DBName < c:\scripts\script.sql Bye Qatqat The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)