Can't connect to MySQL server menu

User Tag List

Results 1 to 8 of 8
  1. #1
    Bruhn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't connect to MySQL server

    Hey i need help with this crash
    I am trying to do my server public





    IPv4-adresse . . . . . . . . . . . . . . . . : 192.168.1.36
    Undernetmaske. . . . . . . . . . . . . . . . : 255.255.255.0
    Standardgateway. . . . . . . . . . . . . . . : 192.168.1.1





    http://whatismyipaddress.com/ says:
    Your IP address is 86.52.203.63

    <WorldDatabase Hostname = "bruhn.servegame.org" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "bruhn.servegame.org" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">

    <LogonServer Address = "bruhn.servegame.org"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    <Realm1 Name = "Bruhn"
    Address = "bruhn.servegame.org"
    Icon = "LOL"
    Population = "1.0"
    TimeZone = "1">


    <LogonDatabase Hostname = "bruhn.servegame.org"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    Port = "3306"
    Type = "1">

    HOSTS:
    127.0.0.1 bruhn.servegame.org
    192.168.1.1 bruhn.servegame.org
    192.168.1.36 bruhn.servegame.org

    Dont worry i changed password after this
    Last edited by Bruhn; 03-26-2009 at 02:15 PM.

    Can't connect to MySQL server
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <WorldDatabase Hostname = "bruhn.servegame.org" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "bruhn.servegame.org" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">

    Should be:

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

    Same here:
    <LogonServer Address = "bruhn.servegame.org"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    Should be:
    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #3
    Bruhn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you sure. i am trying to to it public

  4. #4
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea, kindof, you can always copy your configs somewhere else first.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  5. #5
    Bruhn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it works but only ppl in Localhost can connect and i have the right ports opened
    Last edited by Bruhn; 03-26-2009 at 04:19 PM.

  6. #6
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bruhn View Post
    Well it works but only ppl in Localhost can connect and i have the right ports opened

    If you want to solve this problem correctly and fast.

    download
    DynDNS.com - Support -- Update Clients: Downloads for update clients, DDNS routers, DDNS hardware clients

    Its a download available form the same site where you activated your servegame.org Dydns address.

    Download the program, install it., Run it , It will auto configure and update your settings so you can correctly use your Dydns servegame.org address so others can connect

  7. #7
    Bruhn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay i will try that.

  8. #8
    Bruhn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by master1979 View Post
    If you want to solve this problem correctly and fast.

    download
    DynDNS.com - Support -- Update Clients: Downloads for update clients, DDNS routers, DDNS hardware clients

    Its a download available form the same site where you activated your servegame.org Dydns address.

    Download the program, install it., Run it , It will auto configure and update your settings so you can correctly use your Dydns servegame.org address so others can connect

    Well it still gives me the same error, but do i need to change the configs back or de they still need to be like i postet ^^

Similar Threads

  1. Replies: 5
    Last Post: 01-05-2009, 10:04 AM
  2. can't connect to Mysql server on localhost
    By superblah76 in forum WoW EMU Questions & Requests
    Replies: 23
    Last Post: 09-07-2008, 05:41 PM
  3. can't connect to mysql server
    By shane306 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 06-11-2008, 06:33 AM
  4. Can't connect to MySQL server on 85.220.18.235 +rep for helpers
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 04-24-2008, 09:56 AM
  5. Can't connect to MySQL Server, please help
    By Possum in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-27-2007, 01:12 PM
All times are GMT -5. The time now is 12:47 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