Can't connect to mysql database..
#1

I've started experiencing a weird problem... I can't connect to my database..

Here's the defines, etc.. Plus connection code, I use the newest version availiable R39-2.

I'm also using cache.. So bassicly here's the connection code:

pawn Code:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_DB "sql_learning"
#define SQL_PASS ""


public OnGameModeInit()
{
    connection = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
    mysql_log(LOG_ALL);
    /*if(connection > 0)
    {
        mysql_log(LOG_ALL);
        printf("[MYSQL]: Connection to `%s` successfull!", SQL_DB);
    }
    else
    {
        printf("[MYSQL]: [ERROR]: Connection to `%s` failed!", SQL_DB);
    }
*/

    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}
Plus here's the mysql_log(LOG_ALL) file:


PHP Code:
[01:07:32] [ERRORCMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[01:07:32] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:07:32] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:07:32] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:07:33] [ERRORCMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[01:07:33] [ERRORCMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061)
[01:07:33] [ERRORCMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'localhost' (10061) 
Reply


Messages In This Thread
Can't connect to mysql database.. - by Ox1gEN - 27.08.2014, 22:31
Re: Can't connect to mysql database.. - by yanir3 - 27.08.2014, 22:37
Re: Can't connect to mysql database.. - by redist - 27.08.2014, 22:48
Re: Can't connect to mysql database.. - by Ox1gEN - 27.08.2014, 22:52
Re: Can't connect to mysql database.. - by redist - 27.08.2014, 22:56
Re: Can't connect to mysql database.. - by Ox1gEN - 27.08.2014, 22:57
Re: Can't connect to mysql database.. - by IceCube! - 27.08.2014, 23:02
Re: Can't connect to mysql database.. - by redist - 27.08.2014, 23:02
Re: Can't connect to mysql database.. - by Ox1gEN - 27.08.2014, 23:03
Re: Can't connect to mysql database.. - by redist - 27.08.2014, 23:07

Forum Jump:


Users browsing this thread: 4 Guest(s)