17.08.2017, 02:59
Hola Que Tal Guys De Forum Samp, Estoy Actualizando Mi GM A La Version Las Actual De Mysql y Me Aparece Este Error Si Alguien Sabe Por Que Mysql Manda El Mensaje Porfavor Expliquenme Como Solucionarlo Plis
PD: Pense Que Era Mi GM y Hice La Conexiуn En Una GM En Blanco y Sigue Igual, Pero Igual Les Dejo El Codigo Por Si Algo Es Mal Puesto.
PHP код:
[ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
PHP код:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "roleplay"
new MySQL:Database;
En OnGameModeInt
Database = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB);