[Help Website] Paid host connect to my MySQL menu

User Tag List

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

    [Help Website] Paid host connect to my MySQL

    Can any one please tell me how i can make my account creation page connect to my my PC MySQL, from a paid host?

    im using Servage Hosting

    Please will +rep

    [Help Website] Paid host connect to my MySQL
  2. #2
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You would have to change MySQL Host in your configuration file (for your account set-up page) to your home IP.

    I live in a shoe

  3. #3
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    $lang="en";			// Language ("en" - english, "ru" - russian)
    $title="Exiled WOW";		// Insert the title of your server here
    $host="74.130.12.196";		// HOST for Character database
    $user="web";			// USER for Character database
    $password="********";		// PASS for Character database
    $db="login";			// NAME of Character database
    $hostr="74.130.12.196";		// HOST for Logonserver database
    $userr="web";			// USER for Logonserver database
    $passwordr="********";		// PASS for Logonserver database
    $dbr="login";			// NAME of Logonserver database
    $database_encoding = 'CP1251'; 	// Set encoding
    $img_base = "img/";		// Image dir
    $server ="exiledwow.ath.cx";	// Ascent Server Address
    $port = "8129";			// Ascent Server Port
    $lock_acc=0;			// Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=2;			// Registration only one (or more) account from one IP address
    What do you mean? those are my config, for index.

  4. #4
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $host="74.130.12.196"; // HOST for Character database
    $hostr="74.130.12.196"; // HOST for Logonserver database
    Make sure thats your home internal IP

    I live in a shoe

  5. #5
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They are....

  6. #6
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats the error.. It just won't connect? what optins did you set up mysql with? Did you enable remote console?

    I live in a shoe

  7. #7
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    let me enable remote console ^^

    My devs can coonect, to the DB for sqls and what not, but my .com cant -.-

    Error: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on '74.130.12.196' (4).

  8. #8
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So you already have another account set up with navicat, for your website right? make sure that you can connect with it through navicat aswell. (Im really hung over right now so I'm probably not making any sense.)

    I live in a shoe

  9. #9
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its ok sounddead, you always help me, hangon trying to connect, i can connect, so can others with that

  10. #10
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmf. Try changing the port to 3306

    I live in a shoe

  11. #11
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope still doesn't work i get same error, connection error...

  12. #12
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weird. Idk dude, ima go have a nap though. When I get back if its still not fixed I'll help moar

    I live in a shoe

  13. #13
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kk, thanks bud

Similar Threads

  1. [Help] PHP Host connec to home MySQL
    By Bloodsin in forum Programming
    Replies: 4
    Last Post: 06-20-2009, 11:26 AM
  2. Website Unable to connect to MySQL server
    By xX EPIC Xx in forum WoW EMU Questions & Requests
    Replies: 13
    Last Post: 03-28-2009, 07:34 AM
  3. Host 'PC name' is not allowed to connect to this mysql server
    By gurpreet in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 08-25-2008, 05:01 AM
  4. Trouble with MySql "host can not connect to this MySql Server"
    By tek.crx in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 06-21-2008, 04:39 PM
  5. host "my IP" is not allowed to connect to this MySQL server
    By ledz14 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 06-18-2008, 02:51 AM
All times are GMT -5. The time now is 02:55 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