Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Tools

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2002, 02:46 PM
Hedley
Fire Beetle
 
Join Date: Feb 2002
Posts: 8
Default Admin problem

Ok, i have the latest version of MySQL. I've installed everything and when i open Admin it says it can't connect to the database. Password/Username are correct, i have localhost for database address, eq for name just like i'm supposed to... but it doesn't work =( (cry) what i doing wrong?
__________________
"Eagles may soar high, but ferrets don't get caught in jet engines."
Reply With Quote
  #2  
Old 02-17-2002, 03:59 PM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

did you grant yourself rights?
IE:

GRANT ALL ON *.* TO monty IDENTIFIED BY 'some_pass';

in mysql?
Reply With Quote
  #3  
Old 02-17-2002, 05:44 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Too anyone that wants to know how to grant themselves permissions from another box... I run the server on a linux box, database on a windows machine.

Log in as the root user and execute this..

mysql>GRANT ALL PRIVILEGES ON eq.* TO monty@localhost
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON eq.* TO monty@"%"
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;

You can also replace the % with just the ip of the other server if you want to be a bit more secure about it.
Reply With Quote
  #4  
Old 02-18-2002, 09:20 AM
Hedley
Fire Beetle
 
Join Date: Feb 2002
Posts: 8
Default Hm...

I put that in Mysql and it still doesn't work =(
__________________
"Eagles may soar high, but ferrets don't get caught in jet engines."
Reply With Quote
  #5  
Old 02-19-2002, 07:02 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

Change localhost in admin to 127.0.0.1 and try it then.
Reply With Quote
  #6  
Old 02-19-2002, 09:15 AM
Hedley
Fire Beetle
 
Join Date: Feb 2002
Posts: 8
Default nope =(

didn't work =(
__________________
"Eagles may soar high, but ferrets don't get caught in jet engines."
Reply With Quote
  #7  
Old 02-20-2002, 12:59 AM
Pyrotek
Sarnak
 
Join Date: Jan 2002
Posts: 97
Default

Why would you run the DB on a win32 box if you are running world/zone processes on linux? That just sounds crazy. hehe...
Reply With Quote
  #8  
Old 02-20-2002, 01:13 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

My linux box is my firewall, I dont like having a database sitting on the firewall. Mysql has a history of security issues, and I keep ALOT of sensitive data in my database, so I dont like it being in the DMZ. The firewall would keep out most common exploits, but I still think its a good idea for a few different reasons.

If I had a seperate linux box to act as a database server, I'd put it there, but my windows box is actually a pretty good choice. Fast processor, alot of memory, few running processes on it, and it's only accessible when you are ON the linux server, or from localhost. Plus, very few of my programs that are hitting it are high load anyway, so Im not really worried about performance issues.
Reply With Quote
  #9  
Old 02-20-2002, 02:12 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

This is a dumb question but have you double-checked the database name in admin Preferences? My default is eqxx, e.g. eq20, eq21, eq22, etc. If I left it that way in the last version of the tool then you may have to go into Preferences and change it. What error is the tool reporting when it can't connect? It should give you a specific message.

WC
Reply With Quote
  #10  
Old 02-20-2002, 09:21 AM
Hedley
Fire Beetle
 
Join Date: Feb 2002
Posts: 8
Default Well

Well i've been fooling around with it and it reads some tables and comes to CHARACTER_MYD table and it can't read it =( say's "Can't open file: "character_.MYD'"
__________________
"Eagles may soar high, but ferrets don't get caught in jet engines."
Reply With Quote
  #11  
Old 02-20-2002, 09:59 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

try re-downloading mysql and then reinstalling the db.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:39 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3