Open WinMysqlAdmin and click the database tab. Right click your internet connection / IP and select "create database". Type "eq" without the quotes and enter. "eq" should now be listed as a database along with mysql and test. Close WinMysqlAdmin.
The next step is to source the database which you download from sourceforge (db.sql). To do so, place the file in your Mysql/bin directory. Run mysql.exe. Type "use eq" without the quotes. Type "source db.sql" without the quotes.
|