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
|