[Help] Requesting help for remote access with navicat menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Requesting help for remote access with navicat

    Hey guys,

    I am trying to start up my own server, but I have a friend who has everything compiled, and needs DB access. I have followed all the guides on MMowned to making a server public, but whenever my friend tries to login, he can't connect.

    When setting up mySQL, I set it so that remote machines can connect to the DB.

    I have my dnydns name to empirewow.servegame.com. I have all the necessary ports forwarded on my router(3036,80,3306,3724,6112,6999,8050,8093,8129)

    I opened up my C:\windows\sys32\drivers\etc\hosts file, and put in the following:
    127.0.0.1 wowempire.servegame.org
    192.168.0.1 wowempire.servegame.org
    24.47.38.155 wowempire.servegame.org

    Edit: Just to let you know, I can connect to the DB when the host IP is set to localhost.

    I really don't know what is wrong. Anything will help at this point, I am up for any solution!
    Last edited by Sabens; 06-20-2008 at 02:51 AM.

    [Help] Requesting help for remote access with navicat
  2. #2
    Nilrac's Avatar Banned
    Reputation
    360
    Join Date
    Nov 2007
    Posts
    762
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post your conf files so I can look at them

  3. #3
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Config files are as follows:

    World:
    Code:
    <WorldDatabase Hostname = "wowempire.servegame.org" Username = "root" Password = "hiddenfrompublic" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "wowempire.servegame.org" Username = "root" Password = "hiddenfrompublic" Name = "world" Port = "3306" Type = "1">
    Realms:
    Code:
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    
    <Realm1 Name = "WoW Empire"
            Address = "wowempire.servegame.org:8129"
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    logonserver:
    Code:
    <LogonDatabase Hostname = "wowempire.servegame.org"
                   Username = "root"
                   Password = "hiddenfrompublic"
                   Name     = "logon"
                   Port     = "3306"
                   Type     = "1">

  4. #4
    RedFox4's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure if this is what u mean or want but... have u tried adding another username that your friend could use to connect to the database? and/or have u tried port forwarding? (your router might be blocking him cuz routers suck like that)

  5. #5
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I did port forward and yes, I made a username for him. But yet, it still remains uncooperative .

  6. #6
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #7
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change your World.conf to

    Code:
    <WorldDatabase Hostname = "192.168.0.2" Username = "root" Password = "hiddenfrompublic" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "192.168.0.2" Username = "root" Password = "hiddenfrompublic" Name = "logon" Port = "3306" Type = "1">
    And logon.conf to

    Code:
    <LogonDatabase Hostname = "192.168.0.2"
                   Username = "root"
                   Password = "hiddenfrompublic"
                   Name     = "logon"
                   Port     = "3306"
                   Type     = "1">
    and Realm.conf to

    Code:
    <LogonServer Address = "wowempire.servegame.org"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    This should work.

  8. #8
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The problem is that when he tries to connect to my DB using navicat, he gets an error that says cannot connect, as if my DB doesn't exist.

  9. #9
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can he get on ur server?

  10. #10
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think the problem is port forwarding. Here is what I did: portforwarding.jpg - Image - Photobucket - Video and Image Hosting
    , made the wowprivserver things, does anyone see something wrong with that?

  11. #11
    C.C.'s Avatar Contributor
    Reputation
    101
    Join Date
    May 2007
    Posts
    214
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seted up my MYSQL without remote machines and my friends could STILL acces it. DOn't forgot to open ports on your firewall or turn it off.
    Last edited by C.C.; 06-20-2008 at 10:31 PM.

  12. #12
    Sabens's Avatar Contributor
    Reputation
    151
    Join Date
    Oct 2006
    Posts
    266
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, my firewall is completly off, but yet he still can't connect. Does anyone else have a DI-604 router? I think I'm port forwarding right, but I'm not sure.

Similar Threads

  1. [Help] Need help with navicat.. Strange bug :(
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-18-2008, 02:44 PM
  2. [request] +rep for your help... Ascent problem
    By iccy in forum World of Warcraft Emulator Servers
    Replies: 50
    Last Post: 12-30-2007, 03:41 AM
  3. Need some help with Navicat
    By entrepid in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-09-2007, 10:42 AM
  4. [Guide] Reconfiguring MySQL for Remote Access
    By Froogle in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 10-14-2007, 03:04 AM
  5. Help with navicat.
    By phc_chaos in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 10-05-2007, 05:10 PM
All times are GMT -5. The time now is 10:56 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search