Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

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

 
 
Thread Tools Display Modes
  #1  
Old 05-07-2003, 08:11 AM
notengolegs37
Fire Beetle
 
Join Date: May 2003
Posts: 2
Default help with world.exe

I keep getting 1045, in other words access denied. I set up everything to use localhost, yet it says "Access denied for user: 'test@127.0.0.1"

Can anyone help lead me in the correct direction?
  #2  
Old 05-10-2003, 05:42 PM
ZakiasTreeClimber
Fire Beetle
 
Join Date: May 2003
Posts: 5
Default

no clue i got the same prob
  #3  
Old 05-18-2003, 02:17 AM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Possibility

If you are running MySQL version 4 uninstall it and Download a previous version, I believe it is 3.23. I ran into the same problem and that fixed mine.
__________________
A man is just a man.
  #4  
Old 05-18-2003, 02:37 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

4.x mysql works fine.

The problem tends to be people not following the 'GRANT ALL PRIVILEGES' section of the howto closely.

From the readme off the main page....
Type in: GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; (press enter)
Close out of mysql.exe
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
  #5  
Old 05-24-2003, 09:27 PM
The Omega Soldier
Fire Beetle
 
Join Date: May 2003
Posts: 25
Default

ok tell me where that section was in the guide and i'll stfu
  #6  
Old 05-28-2003, 12:13 PM
Raex_The_Overlord
Fire Beetle
 
Join Date: May 2003
Location: Lost in the nothingness inside me.
Posts: 17
Default

Quote:
Originally Posted by Trumpcard
4.x mysql works fine.

The problem tends to be people not following the 'GRANT ALL PRIVILEGES' section of the howto closely.

From the readme off the main page....
Type in: GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; (press enter)
Close out of mysql.exe
That doesn't work for me...It keeps saying

ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

So what now Mr.Trumpcard?
  #7  
Old 05-28-2003, 03:58 PM
a_pond_sturgeon
Sarnak
 
Join Date: Apr 2003
Location: Spokane, Wa
Posts: 31
Default here.

Try this:

Open up the DOS promt, or just go to start, run, then type in "command" without quotes.

(Make sure, you have winmysqladim running)

Then type in- c:\mysql\bin\mysql.exe

Then type in- --user=root eq

Then type in- GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;

That should help, it worked for me, just my 2cp.
  #8  
Old 05-28-2003, 08:01 PM
Mauritius
Sarnak
 
Join Date: Mar 2002
Location: Neriak
Posts: 61
Default

as you may noticed, there's a difference between
notengolegs37's access denied problem:
Access denied for user: 'test@127.0.0.1
IMHO, either the user specified does not exist, or the password specified is not correct, or the specified user has no rights. Probably it's the last one.

and Raex_The_Overlord's
Access denied for user: '@127.0.0.1' (Using password: NO)
IMHO this should be easier, as there is no username specified.
__________________
----
Sorry for my bad Orkish .. aah .. English
  #9  
Old 05-29-2003, 01:03 PM
Raex_The_Overlord
Fire Beetle
 
Join Date: May 2003
Location: Lost in the nothingness inside me.
Posts: 17
Default

GRRRRRRRRR......Ok, lets pretend my Username is Joe and my password is blow......I do the following.

GRANT ALL ON *.* TO 'Joe'@localhost IDENTIFIED BY 'blow' WITH GRANT OPTION;

Still get same error......
  #10  
Old 05-29-2003, 01:26 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

select * from user;

Odds are you poor mysql auth system is so confused it's not even funny..
  #11  
Old 05-29-2003, 02:00 PM
Raex_The_Overlord
Fire Beetle
 
Join Date: May 2003
Location: Lost in the nothingness inside me.
Posts: 17
Default

select eq.* from Joe;


I got error 1051
  #12  
Old 06-17-2003, 05:40 AM
danipunk
Sarnak
 
Join Date: Jun 2003
Location: spain
Posts: 70
Default

i got 1045 error if i write this:

GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;

error 1045: acces denied for user: '@localhost' <using password:NO>
and i got 1044 error if i write this other:

GRANT ALL PRIVILEGES ON eq.* TO danipunk@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;

error 1044: acces denied for user: '@localhost' to database 'eq'
__________________
I will dance on your tomb!
  #13  
Old 06-17-2003, 05:48 AM
Memener's Avatar
Memener
Dragon
 
Join Date: Jan 2003
Location: College park, GA (atlanta)
Posts: 640
Default

make sure your using this verson of mysql
http://www.mysql.com/downloads/mysql-3.23.html
and not the 4.+ i tried use it and i got that same error you can install this without losing your Database
go here and download my add.sql to out in those commands with out having to type them


http://forums.eqemu.net/viewtopic.php?t=8741
__________________
AMD AM2 X2 3.01Ghz(OC'ed at 3.8Ghz) 4096MB DDR2 800 Geforce 8800 ultra SLI 1.2TB HD <-- All water cooled

Thanks to Imageshack.us for free image hosting!
  #14  
Old 06-20-2003, 06:27 AM
cannonalldex
Sarnak
 
Join Date: Jun 2003
Posts: 88
Default

omg after all that , this post seems to be heaven sent.

make sure your using this verson of mysql
http://www.mysql.com/downloads/mysql-3.23.html
and not the 4.+ i tried use it and i got that same error you can install this without losing your Database
go here and download my add.sql to out in those commands with out having to type them

i ran everything like im suppose to i think, says im connected to worldserver. i hope this is the gold pot lol.
 


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 11:15 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