[Fri Apr 11 04:04:45 2014] ------------------------- [Fri Apr 11 04:04:45 2014] Logging Started [Fri Apr 11 04:04:45 2014] ------------------------- [Fri Apr 11 04:04:46 2014] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Failed to connect. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:04:46 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_store_result called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_num_rows called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_free_result called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_real_escape_string called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_store_result called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_num_rows called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:05:41 2014] Error (0): Function: mysql_free_result called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:06:45 2014] Error (0): Function: mysql_real_escape_string called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:06:45 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). [Fri Apr 11 04:07:39 2014] Error (0): Function: mysql_query called when not connected to any database. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). |
//MySQL defines and variables #define SQL_HOST "localhost" #define SQL_USER "codt1" #define SQL_PASS "xxxxx" #define SQL_DB "codt1" |
This is under OnGameModeInit() mysql = mysql_init( ); mysql_connect( SQL_HOST, SQL_USER, SQL_PASS, SQL_DB, mysql, 1 ) |