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 03-20-2004, 01:07 PM
molimo140
Hill Giant
 
Join Date: Dec 2003
Posts: 104
Default Item Editor problem

Having trouble with item editor, keeps tellin me cant connect to db....what do i type in where it says Database name??...for some reason it doesnt like 'eq' (minus the ' ')
Reply With Quote
  #2  
Old 03-20-2004, 01:22 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

What is the name of your database?
__________________

kRPG Profile
Reply With Quote
  #3  
Old 03-20-2004, 03:45 PM
Tulladar
Sarnak
 
Join Date: Feb 2004
Posts: 30
Default

the MW_055_alpha_02
Reply With Quote
  #4  
Old 03-20-2004, 03:49 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

What did you enter as database location? Localhost?
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #5  
Old 03-20-2004, 04:34 PM
Tulladar
Sarnak
 
Join Date: Feb 2004
Posts: 30
Default

I've tried localhost i've tried C:\mysql C:\emu my IP address...
Reply With Quote
  #6  
Old 03-21-2004, 05:30 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

What Monrezz meant by asking what is your db name, is he is asking what did you name it when you created the DB using MySQL...MW_055_alpha_02 is the name of the file that you are sourcing in... Here is a couple of examples of how I named them, JUST so I could keep them straight when using more than one DB file ...
Code:
mysql -u root mysql
CREATE DATABASE myra;
USE myra;
source myraDB.sql;
Now in db.ini I can put the name myra and it will connect to THAT db...
Code:
mysql -u root mysql
CREATE DATABASE mw;
USE mw;
source MW_055_alpha_02.sql;
As you can see the name of the file and the name of the DB are two different things (if you choose to).. But I can now also use mw in db.ini to use THAT db instead of myra....
Here is how you probably did it, if you followed the set-up guides.
Code:
mysql -u root mysql
CREATE DATABASE eq;
USE eq;
source MW_055_alpha_02.sql (or myraDB.sql... whichever you chose to use)
If you did it THIS way, in the area that asks for the DB name, for the item editor, you will put eq..... Hope this helped you out...

[edit] If it doesnt like eq as the DB then it is because either you DIDNT name it eq (it IS case sensitive) or you need to connect using root account instead of your UN/PW because you might not have GRANTed properly... But using localhost or 127.0.0.1 is PROBABLY not your problem here... Also, make sure winmysqladmin.exe is running in your systray (it SHOULD work without it running, but sometimes it wont... )..
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
  #7  
Old 03-22-2004, 08:40 AM
Tulladar
Sarnak
 
Join Date: Feb 2004
Posts: 30
Default

I used eq ...like the set up guide said......u said i might have to connect using -root accnt.... how would I go about doing that?
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 12:00 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3