PDA

View Full Version : Eq Admin 5.2 DB connection problem tried everything I know


Jesusonsteroids
03-29-2004, 04:36 PM
With eq admin 5.2 I am getting a database connecting error I have tried everything internal ip, external ip, 127.0.0.1, localhost and I cannot get it to work for the life of me I have quadruple checked my db name, login, and pass

I am officially lost I spent 20 minutes on this before posting and got nowhere.

Monrezz
03-30-2004, 05:19 AM
Do you have the database set up correctly?

Do you have mysql-nt.exe running?

Have you rebooted winmysqladmin.exe?

Jesusonsteroids
03-30-2004, 09:10 AM
used the command "source (databasename.sql);

have mysql-nt running

and rebooted multiple times

Monrezz
03-31-2004, 08:35 AM
Paste the first few lines of your FQADMIN.INI file - should be something like this (blank out password).

[GENERAL]
DBNAME=eq
DBHOST=127.0.0.1
DBUSERNAME=YourName
DBPASSWORD=******

Also paste the contents of your my.ini file (found in C:\Windows) - PM me if you dont want to paste it here.