| 
				 Here's what you need 
 Attention: All commands are given inside quotes, you need to remove the quotes before hitting enter. "command flags" would be typed as command flags.
 1. Install MYSQL.
 This walkthrough will assume that you have installed this in C:\mysql
 
 2. Startup mysqladmin.exe in C:\mysql\bin
 Minimize or hide it.
 
 3. Copy the db.sql file to the C:\mysql\bin directory
 You get the file db.sql from the eqemu zip file
 
 4. Start up a command prompt
 Start -> Run
 Type in "command" and click run
 
 5. Change Directory to C:\mysql\bin
 Type in "CD C:\mysql\bin" and hit enter
 
 6. Start up mysql
 Type in "mysql" and hit enter
 
 7. Create the database eq
 Type in "create database eq;" and hit enter
 
 8. Tell mysql to use the eq database
 Type in "use eq;" and hit enter
 
 9. Source in db.sql
 Type in "source db.sql;" and hit enter
 
 10. You may now start to use the database with EQemu.
 
 Good luck
 
				__________________Markland
 Linux is the answer to all your prays.
 |