MYSQL problems
#1

I'm having a few mysql issues. Basically my server can't connect to the database. My website connects to the DB well and retrieves stats well..

Код:
[11:31:20] >> mysql_connect( )
[11:31:20] CMySQLHandler::CMySQLHandler() - constructor called.
[11:31:20] CMySQLHandler::CMySQLHandler() - Connecting to "HOST" | DB: "DB NAME" | Username: "USER" ...
[11:31:20] CMySQLHandler::Connect() - Access denied for user 'USERNAME'@'HOST' (using password: YES) (Error ID: 1045)
[11:31:20]  
[11:31:20] ---------------------------
[11:31:20] MySQL Debugging activated (10/11/11)
[11:31:20] ---------------------------
[11:31:20]  
[11:31:20] >> mysql_connect( )
[11:31:20] CMySQLHandler::CMySQLHandler() - constructor called.
[11:31:20] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "DATABASE NAME" | Username: "USERNAME" ...
[11:31:20] CMySQLHandler::Connect() - Connection was successful.
[11:31:20] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[11:32:29] >> mysql_query( Connection handle: 1 )
[11:32:29] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[11:32:29] >> mysql_store_result( Connection handle: 1 )
Reply


Messages In This Thread
MYSQL problems - by Saurik - 11.10.2011, 11:42
Re: MYSQL problems - by Lenny the Cup - 11.10.2011, 12:25
Re: MYSQL problems - by Baboon - 11.10.2011, 12:30
Re : MYSQL problems - by Saurik - 11.10.2011, 13:20
Re: MYSQL problems - by XFlawless - 11.10.2011, 13:28
Re: MYSQL problems - by Saurik - 11.10.2011, 13:33
Re: MYSQL problems - by XFlawless - 11.10.2011, 13:40
Re: MYSQL problems - by Lenny the Cup - 11.10.2011, 14:36
Re: MYSQL problems - by Saurik - 11.10.2011, 14:58
Re: MYSQL problems - by Baboon - 11.10.2011, 15:59

Forum Jump:


Users browsing this thread: 2 Guest(s)