What operating system are you using? Windows 98
Has it been updated recently? not by me
What version of MySQL are you using? 3.23.56
when ya look at the enviroment tab in the MyODBC it had driver 3.51 missing so i downloaded it now it says
Not Found
Driver Version 03.51
Driver C:\WINDOWS\SYSTEM\myodbc3.dll
API Level 2
Setup C:\WINDOWS\SYSTEM\myodbc3.dll
SQL Level 1
On the Err File tab it reads
C:/MYSQL/bin/mysqld-opt.exe: ready for connections
C:/MYSQL/bin/mysqld-opt.exe: ready for connections
030328 19:49:14 C:/MYSQL/bin/mysqld-opt.exe: Shutdown Complete
030328 19:49:14 C:/MYSQL/bin/mysqld-opt.exe: Normal shutdown
http://www.innodb.com/ibman.html
the InnoDB startup options listed in section 2 at
But to get good performance you should adjust for your hardware
innodb_data_file_path = ibdata1:10M:autoextend
section, for example,
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
to the [mysqld] section of init parameters in your my.cnf
skip-innodb
If you do not want to use transactional InnoDB tables, add a line
(I have no clue what it means)
Did you install it with all default opitions? i believe so
Have you done any of your own custom configurations to MySQL? none
Have you made any changes to your DB other than the ones advised here? none
Are you using Telmet's EQEMu Server v0.4.4-DR1 executables? yes
What DB file(s) did you source in to build your DB?
create database eq;
use eq;
source drdb2_2.sql;
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;
I did that just like you had posted
db.ini
# READ README.TXT!
[Database]
host=localhost
user=MagicalRage
password=******
database=eq
compression=off
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
LoginServer.ini
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Pwnage Zek
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Boot5zones.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
start zone . 127.0.0.1 8000 127.0.0.1
start zone . 127.0.0.1 8001 127.0.0.1
start zone . 127.0.0.1 8002 127.0.0.1
start zone . 127.0.0.1 8003 127.0.0.1
start zone . 127.0.0.1 8004 127.0.0.1
start zone . 127.0.0.1 8005 127.0.0.1
start zone . 127.0.0.1 8006 127.0.0.1
start zone . 127.0.0.1 8007 127.0.0.1
start zone . 127.0.0.1 8008 127.0.0.1
start zone . 127.0.0.1 8009 127.0.0.1
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
MiniLoginAccounts.ini
localhost eqemu eqemu
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
datarate.txt
10.0