Thread: Quik Question
View Single Post
  #6  
Old 05-30-2002, 05:30 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

mysql -f eq33 < go.sql is basically the same as

c:\mysql\bin> mysql.exe
mysql> use eq33;
mysql> source go.sql;
mysql> exit


It loads the go.sql file into mysql and runs it, using the eq33 database.

Anyone can work on a database, or merge them. All it takes is time and knowledge of the DB and SQL
Reply With Quote