Hallo, ich suche eine Möglichkeit, wo ein Gameserver und eine website (2 verschiedene hoster) mit mysql kommunizieren können..
Ich habe ein Auktionplugin für Minecraft gefunden, nur ist das Auktionsinterface auf einem Webserver und das plugin auf dem Gameserver
Ausprobiert habe ich schon www.freemysql.net um diese "brücke" zu erschaffen.... nur kommt beim Verbinden vom Webinterface Dieser Fehler:
PHP-Code:
Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:554) in /users/gamerpaddy/www/WebInterface/scripts/config.php on line 33
Warning: mysql_connect() [function.mysql-connect]: OK packet 1 bytes shorter than expected in /users/gamerpaddy/www/WebInterface/scripts/config.php on line 33
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in /users/gamerpaddy/www/WebInterface/scripts/config.php on line 33
Unable to connect to databasemysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file
und da wo der Gameserver ist, kann ich keine Website hosten. Und beim Webhost kein Gameserver..
Kann mir Jemand weiterhelfen?