Hallo Leute, ich habe das Problem das bei mir die Datenbank trotz richtig eingetragener Daten nicht Funktioniert bzw. nicht verbindet. In der mysql_log.txt bekomme ich das hier andauernd vor den Kopf geholzt:
SQL
[23:03:23] [DEBUG] mysql_connect - host: "localhost", user: "ni192212_1_DB", database: "ni192212_1_DB", password: "****", port: 3306, autoreconnect: true, pool_size: 2
[23:03:23] [DEBUG] CMySQLHandle::Create - creating new connection..
[23:03:23] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
[23:03:23] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
[23:03:23] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[23:03:23] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[23:03:23] [DEBUG] mysql_errno - connection: 1
[23:03:23] [DEBUG] mysql_connect - host: "localhost", user: "ni192212_1_DB", database: "ni192212_1_DB", password: "****", port: 3306, autoreconnect: true, pool_size: 2
[23:03:23] [DEBUG] CMySQLHandle::Create - creating new connection..
[23:03:23] [WARNING] CMySQLHandle::Create - connection already exists
[23:03:23] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[23:03:23] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[23:03:23] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[23:03:23] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Alles anzeigen