Locked out of my databases menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Locked out of my databases

    I just compiled the most recent TrinityCore, and I was trying to apply the updates.

    I thought, "hey, maybe I could make this SQL session a default session," to make the updates go by faster.

    I somehow banned localhost from MySQL, getting the error # 1130, and I cannot log into my databases.

    What can I do to fix this? When I searched for Google, it gave me a command to use in the cmd window, however it does not work, as I need to be in the database to flush it =/

    I was using HeidiSQL at the time.

    Locked out of my databases
  2. #2
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any ideas?

  3. #3
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question: Why were you using an administrator user when doing this?

  4. #4
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I thought I had to be on an admin to make the servers session permanent.

  5. #5
    covert_cat's Avatar Member
    Reputation
    55
    Join Date
    Sep 2009
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /facepalm.

    Well, did it only ban localhost? Could you access it from another computer?

    Also, Navicat.

  6. #6
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not have access to another computer, and yes, I think it only banned localhost.


    edit: but say I did have access, what would I do?
    Last edited by Khaennn; 09-09-2010 at 06:46 PM.

  7. #7
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    mysql -u username -p
    <enter password>
    create user 'username'@'localhost' identified by 'password';
    use databaseName;
    grant all on * to 'username'@'localhost';
    Makes a user with all privileges on a specific database. Then you can use Navicat(as suggestd earlier) or if you have open office, you can use open office base.

  8. #8
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried the commands you suggested, however it still says localhost is not allowed to connect to this MySQL server.

    Unless I'm doing it wrong?

  9. #9
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by covert_cat View Post
    /facepalm.

    Well, did it only ban localhost? Could you access it from another computer?

    Also, Navicat.
    Why are you recomending Navicat? Although I have no experience with HediSQL, SQLyog (community edition is free before you say it's paid only) is a far better option and far more good in general than Navicat.

    On topic, I have no idea on how to solve it, other than reinstall your SQLserver. Looks like you royally screwed up.


  10. #10
    Zymus's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post


    Why are you recomending Navicat? Although I have no experience with HediSQL, SQLyog (community edition is free before you say it's paid only) is a far better option and far more good in general than Navicat.

    On topic, I have no idea on how to solve it, other than reinstall your SQLserver. Looks like you royally screwed up.

    I'd have to agree.

  11. #11
    Khaennn's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure I royally screwed up too. =/

    I can run the MySQL server from my laptop, but it is very laggy.

  12. #12
    covert_cat's Avatar Member
    Reputation
    55
    Join Date
    Sep 2009
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps Navicat isn't as good on windows, but on my mac it's very good.

Similar Threads

  1. Completing Locked out TB dailies
    By bemani in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 03-26-2011, 01:22 PM
  2. Sort of bypass with instance lock out
    By ev1 in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 07-27-2010, 08:29 PM
  3. [Troll] Expanding on "Lock out from group" exploit
    By Trubadidudei in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 03-30-2009, 06:45 PM
  4. Zul'jin Lock-out LOS
    By coldhunter in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 10-07-2008, 05:49 AM
All times are GMT -5. The time now is 10:42 PM. 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