Access denied (SQL) menu

User Tag List

Results 1 to 11 of 11
  1. #1
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Access denied (SQL)

    I'm using ArcEmu - User Control Panel. It is saying for the "start logonserver" and "start world":

    Connection failed due to: 'Access denied for user 'root' @ 'localhost' <using password: NO>'
    I'm using a Buffalo WHR-HP-G54 Router. My username for 192.168.11.1 is root. How do I go about fixing this issue?

    World:
    <WorldDatabase Hostname = "localhost" Username = "root" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Name = "characters" Port = "3306" Type = "1">
    Logonserver:
    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Name = "characters"
    Port = "3306"
    Type = "1">
    OS: Vista
    Last edited by !iMacroMage!; 03-25-2009 at 10:10 AM.

    Access denied (SQL)
  2. #2
    Allstar .ιllιlı.'s Avatar Banned
    Reputation
    284
    Join Date
    Jan 2009
    Posts
    481
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure port 3306 is opened.
    Other than that, I can tell you that using routers with a server is EVIL!

    EDIT: Try using 127.0.0.1 instead of 'Localhost'

  3. #3
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your configs are missing your password

    they should look like this:


    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "yourpasswordhere"
    Name = "characters"
    Port = "3306"
    Type = "1">

    see where it says password? yours should ahve this too, same with world config:

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "passgoeshere" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "passgoeshere" Name = "accounts" Port = "3306" Type = "1">


    if this was a routing issue then you should just get the error "cannot connect to mysql", plus on localhost (127.0.0.1) the port forwards are not needed.
    Last edited by 1ns0mnia; 03-25-2009 at 10:24 AM.

  4. #4
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I deleted the password parts and made it so the USER: root PASS: (blank)

    127.0.0.0 works on start logonserver, but not start world. Also, when I put 127.0.0.0 for start logonserver, it says:
    sql: Logon database perimeters not found.
    Last edited by !iMacroMage!; 03-25-2009 at 10:31 AM.

  5. #5
    kaliska's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by macromage View Post
    Well, I deleted the password parts and made it so the USER: root PASS: (blank)

    127.0.0.0 works on start logonserver, but not start world. Also, when I put 127.0.0.0 for start logonserver, it says:
    sql: Logon database perimeters not found.
    That is why your getting access problems
    you installed your sql using a password
    when you try to access it it requires a password
    you were told to do 127.0.0.1

    if your using a repack that has your sql set up you need to edit it to the password that uses

    I suggest searching to forums for a complete manual setup
    that you install sql by yourself
    data bases by yourself
    navi cat
    its a great way to learn

    what repack are you using
    what post are you following?
    Last edited by kaliska; 03-25-2009 at 10:45 AM.

  6. #6
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changed to 127.0.0.1 & readded pass. Same error, and still refers to host as 'localhost'.

    Using this guide: http://www.mmowned.com/forums/ascent...er-public.html
    Last edited by !iMacroMage!; 03-25-2009 at 10:57 AM.

  7. #7
    kaliska's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are you using start database.bat first?

    also turn off uac for vista it always causes problems

    control panel user account turn off uac

    i dont use vista myself so im testing on a xp

    you can also try to right click and run as admin trick
    Last edited by kaliska; 03-25-2009 at 11:12 AM.

  8. #8
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UAC was off. I also was using Run as Admin. Still not working

  9. #9
    kaliska's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I took a look at the guide its crap
    This guide is a little better IMO

    http://www.mmowned.com/forums/ascent...r-3-0-8-a.html
    Could use some more screen shots but its better

  10. #10
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all of your help, Kaliska. I'll try it when I get home. I'm @ another house for a few days on vacation. I'll try to get it to work here as well. +rep

  11. #11
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT: Problem still not fixed. I am at my dad's and I can't even connect to HeidiSQL. Please help me, i've tried the host names: localhost, (my ip), 127.0.0.1, (network name).

    EDIT 2: Following Wildslayer's advice by going to try MySQL first.
    Last edited by !iMacroMage!; 03-27-2009 at 10:56 AM.

Similar Threads

  1. 'root'@'localhost' access denied after I take server Live
    By coopa in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 08-02-2008, 04:46 PM
  2. Access denied for user root@localhost whaaat?
    By Nubbadon in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 07-14-2008, 08:18 AM
  3. Access Denied
    By tadpole in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-13-2008, 06:03 AM
  4. Access Denied
    By NonstopXtrmn8r in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 04-08-2008, 06:50 PM
All times are GMT -5. The time now is 09:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search