This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 43Unable 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.
To post a comment, please login or register a new account.