Jump to content
TrinityCore

Dorfabel

Plebs
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Dorfabel

  1. Windows XP SP3 32bit

    OpenSSL 1.0.1e 11 Feb 2013

    ACE version: 6.1.4

    TrinityCore rev. d897b55e9bad 2013-10-04 21:18:18 +0200 (master branch) (Win32, Debug) (worldserver-daemon)

    TDB 52  
    Updated to b1ed66b52dc63240d73e55cf43bc3e4c60e183ef (posted 4 hours ago)

    WoW Client 3.3.5a

    SQLyog Ultimate

     

    Hi there, I clean installed TrinityCore on my pc recently and have been having a little trouble getting my world server to connect to my world database. I get this error in the log when I open it:  

    "Could not connect to MySQL database at <external ip> : Can't connect to MySQL server on '<external ip>' (10061)"


    My auth server works great everytime (set to <externalip> port 8085 realmlist) and I've tried both external and 127.0.0.1 with the same info that works to remotely log into my SQL server and my auth server as well. I just can't get it to conect.  

    Auth server:
    Connected to MySQL database at 127.0.0.1
    MySQL client library: 5.6.14


    worldserver.conf:
    LoginDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;auth"
    WorldDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;world"
    CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"

    Obviosly I made username and passwords of trinity just for debugging purposes but it won't even connect with root. I can log in, access, edit, and do everything else with all the sql dbs with both SQLyog and MYSQL Workbench but for some reason worldserver still doesn't want to log in. Auth servers using the same username and password as well so I know they work and permissions should be ok.

    Things I've tried:
    I searched the forums and faq and couldn't find anything that fixed my issue. (used the search bar too)
    I've reinstalled mysql, git, and open ssl and my firewalls not blocking it.
    I checked on what ports are open and I've tried several ports that should be open. (Including 8085)
    I made a new user and pass and changed the server permissions to match the guides. (SELECT, INSERT, UPDATE, DELETE)
    I've tried both internal and external ip address' in the config file.
    Restarted MySQL server
    Updated my world server

    Still cannot get this to connect through worldserver. I didn't get any install errors and everythigns worked mostly up until this point. I followed the guide perfectly as well. I'm not sure what's causing this issue, so I turn to you allfor assistance. Any help would be appreciated. Thanks in advance.

×
×
  • Create New...