Hi ich habe folgendes Problem:
Ich hab meine MySQL Version auf R26 geupdated und jetzt habe ich Probleme mit dem Connecten zum Server...
mycon = mysql_connect(...);
printf("%d",mycon);
Geprintet wird 1, also sollte die Verbindung eigentlich stehen.
Bei einem mysql_function_query jedoch kommt dann der komische Error...
MySQL Log
Code
[11:47:44] [ERROR] CMySQLHandle::ConnectT - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[11:47:44] [ERROR] ExecuteT[()] - (error #2006) MySQL server has gone away
[11:47:44] [WARNING] ExecuteT[()] - lost connection, requesting reconnect
[11:47:44] [ERROR] ExecuteT[()] - (error #2006) MySQL server has gone away
[11:47:44] [WARNING] ExecuteT[()] - lost connection, requesting reconnect
[11:47:44] [ERROR] ExecuteT[()] - (error #2006) MySQL server has gone away
[11:47:44] [WARNING] ExecuteT[()] - lost connection, requesting reconnect
[11:47:45] [ERROR] CMySQLHandle::ConnectT - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
Gibt's da irgendwie einen Bug oder so?
Plugin, libmysql & Include sind natürlich auf dem neusten Stand.
Benutze Windows 8 und als MySQL "Dienst" XAMPP.
Hoffe mir kann jemand helfen.
MfG NicoAiko