PDA

View Full Version : aaa


DannMann99
09-13-2002, 11:11 AM
im still lost

devn00b
09-13-2002, 11:30 AM
mkay not to be mean but if you dont understand the following EQEMU is NOT for you and you should just give up now.

TAKEN FROM THE README, modified for items.sql insted of db.sql. also you might already have Mysql installed.

1. Install MySQL ( not difficult like installing any program )
Reboot may be required

2. Copy items.sql (found in C:\EQEmu ) to your MySQL bin directory ( C:\mysql\bin by default )

3. From the MySQL bin directory run/open "Winmysqladmin.exe"
It will ask you for a username / password ( Choose a username / password that you will be able to remember)
Do not give the password out to anyone for any reason because with this,
anyone can log into your mySQL database and change your data.

NOTE: If it does not ask you to enter a username/password or you wish to change it,
delete the file c:\windows\my.ini and re-run Winmysqladmin.exe.

4. Now from "Winmysqladmin.exe" select the Database tab and right click the area for Databases and click Create Database.
Type in "eq" as the database name (without the quotes) and click Create database.

NOTE: You may close Winmysqladmin.exe now or you can hide it
Though some users may be required to leave this running to work.

5. Run "mysql.exe" from C:\mysql\bin directory
Type in "use eq" without quote, and press Enter
Type in "source items.sql" without quotes, and press Enter
A bunch of lines should pass by (that is normal).
If you get an error at this point then you didn

DannMann99
09-14-2002, 04:14 AM
I was doing that but when i loaded got to the last part, i typed in use eq and it is fine. then i type in source items.sql then instead of spamming the stuff saying it works it spams error 1146 table eq.items doesnt exist. It says if i have an error than i didnt copy the items.sql but i did, its there.

so im not a COMPLETE idiot

Lurker_005
09-14-2002, 05:29 AM
db.sql MUST be PROPERLY sourced in before adding other sql data

If not nothing will work right with eqemu