Having trouble connecting my webserver to my minecraft server's SQL database #54


  • New
  • Other
Open
Assigned to _ForgeUser4509640
  • _ForgeUser7148275 created this issue Oct 15, 2011

    What is the issue?

    Please provide any additional information below.

    I have managed to connect the plugin to the SQL database, which is part of my minecraft server, without any issue. However I have not been able to connect the web server to that database. Here is the error that is show when i try and load the page:

    Lost connection to MySQL server at 'reading initial communication packet', system error: 110 in /home/mortalcr/public_html/Auction/scripts/config.php on line 43
    Unable to connect to databaseLost connection to MySQL server at 'reading initial communication packet', system error: 110

    The IP of my SQL database is 77.246.19.66. Here is the info i have used for the web server:

    $db_host        = 'jdbc:mysql://77.246.19.66'; //change these!!
    $db_user        = 'wiLLSY';//change these!!
    $db_pass        = '************';//change these!!
    $db_database    = 'wiLLSY'; //change these!!

    Is this the correct information, or have I typed something in wrong? I'm certain that the user, pass and database are correct though. Any help would be much appreciated.

  • _ForgeUser7148275 added the tags Other New Oct 15, 2011

To post a comment, please login or register a new account.