[X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use! menu

User Tag List

Page 177 of 190 FirstFirst ... 77127173174175176177178179180181 ... LastLast
Results 2,641 to 2,655 of 2850
  1. #2641
    Khar00f's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you have the wrong password

    by default the db username:root and password: ascent

    if you tell us at which point you get this error we might be able to tell you which file you have to fix.

    check your arcemu-longon.conf

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    Port = "3306"
    Type = "1">


    then check your arcemu-world.configs and make sure your lines look like these

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


    if these info are correct, you should try starting MySQL.bat (like you would normally, starts the database) and then try to logon with navicat

    If you can login, means you have the right username/password setup in navicat, it's usually one of these 3 combinations

    root/root
    root/ascent
    root/"blank"


    Keep us posted,
    Later.

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB &amp; Logon DB ready for use!
  2. #2642
    Plaguedog's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the proper sql import sequence for the logon database in the ArcEmu Blizz Repack?

    I add the logon/char structures to the logon db, try to run logon.sql included with the compile, and get errors. I also get errors after loading the world stucture and then try to import ultimateblizzworld.sql

    Everything loads fine, but when I try to create a char it automatically disconnects me.

  3. #2643
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Plaguedog View Post
    What is the proper sql import sequence for the logon database in the ArcEmu Blizz Repack?

    I add the logon/char structures to the logon db, try to run logon.sql included with the compile, and get errors. I also get errors after loading the world stucture and then try to import ultimateblizzworld.sql

    Everything loads fine, but when I try to create a char it automatically disconnects me.
    What exactly is the errors that you are getting?

  4. #2644
    michaelfuller's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have obtained a repack i believe from this site and it works fine but i need to make accounts, not on a website thoe, i wanna do it like manually, could someone help me plz?

  5. #2645
    Zeny's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    really need to update here Kezain, new revsion out and floating about for mangos

  6. #2646
    Khar00f's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for michaelfuller:

    crazy the things you can find in a thread by just going back one page

    just playing dude

    here's my post on page 176 of this thread, it's what you're looking for

    http://www.mmowned.com/forums/emulat...ml#post1507555


    Hope it helps, later

  7. #2647
    W@WAdict's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kyratas View Post
    Hey all. I'm trying to get the fun server to work. Have MySQL installed. Tortoise installed. Navicat installed. The thing is that I keep getting the error, "access denied to 'root@localhost' , Password:YES". I have no clue what is going wrong.

    Thanks,
    Kyratas
    That error means that you have an invalid password or user name in the config files for your MySQL.

    If it is ArcEmu that you are trying to use then the config files you need to change would be:

    arcemu-logonserver.conf
    Code:
    <LogonDatabase Hostname = "host"  <--- MySQL hostname like localhost
                   Username = "user"  <--- MySQL username - default is root
                   Password = "pass"  <--- MySQL password - your MySQL password goes here
                   Name     = "dbname" <-- MySQL database name - probably logon
                   Port     = "3306"
                   Type     = "1">
    arcemu-world.conf
    Code:
    <WorldDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    The areas in red above need to be set, Hostname is most likely localhost, Username default is root, Password should be your MySQL password (I think it defaults to root also if not changed on install.)
    On the WorldDatabase (first) line, the Name = is probably world, and on the CharacterDatabase (second) line, the Name = is probably logon, unless you placed your character tables in a seperate database.

    I hope this helps.

    EDIT: Ooops, I see KharOOf has already answered this at the top of this page.
    Last edited by W@WAdict; 05-11-2009 at 11:08 PM.

  8. #2648
    rodezio's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mangos 3.1.0?

  9. #2649
    hexonflux's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    40
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep in mind. This does NOT SUPPORT 3.1.1


    - Hex

  10. #2650
    costel_gabitu's Avatar Member
    Reputation
    44
    Join Date
    Jan 2008
    Posts
    359
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be really nice in you could also note the WoW version those revisions work with.

  11. #2651
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I miss the good old days when Keazain is very active just updating and updating everyday and the members online is very active answering question.

    now??? if you post today your will be answered after a day or so...

    just keep posting guys maybe when Keazain is not busy he will answer all your question. I hope?!!??????

    Good job WoWAdict... for your help

  12. #2652
    R4l14n's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet nice work!

  13. #2653
    facka138b's Avatar Member
    Reputation
    10
    Join Date
    Mar 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [World of Warcraft | 3.0.9 / 3.1.0 | Daily Updated Cores: ArcEmu,Heartstone,Ascent,Mangos,Trinity and Spurious.]


    If this works on 3.1.0 i will say "Your the man"

  14. #2654
    edoroom's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why you dont updata the rev at svn
    and give the fun db for arcemu/aspire ?

  15. #2655
    klokken11's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where's MySQL Server?

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2016, 09:15 PM
  2. [Selling] Undying and Hand of A'dal Account - Ready for Mythic
    By MistiServices in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 05-14-2015, 01:51 PM
All times are GMT -5. The time now is 12:29 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