MySQL Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Error (
/showthread.php?tid=574760)
MySQL Error -
Antoniohl - 20.05.2015
[20:36:34] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:36:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:36:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:36:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:38:14] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:38:35] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:38:35] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:38:35] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:40:02] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:40:23] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:40:23] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[20:40:23] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[00:42:34] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[00:42:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[00:42:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[00:42:55] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:01:12] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:01:33] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:01:33] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:01:33] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:58:04] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:58:25] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:58:25] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[02:58:25] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on 'Unknown' (10060)
[12:47:29] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WH' at line 1
[10:40:24] [ERROR] CMySQLQuery::Execute[OnQueryFinished] - (error #2013) Lost connection to MySQL server during query
[01:45:57] [ERROR] CMySQLQuery::Execute[OnQueryFinished] - (error #2013) Lost connection to MySQL server during query
[02:02:44] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WH' at line 1
Re: MySQL Error -
Evocator - 20.05.2015
By adding thys you can check your error queries. Also, are you sure you are connecting to the database?
Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
printf("[ERROR MYSQL]: errorid(%i) error(%s), callback(%s), query(%s), Handle(%i)", errorid, error, callback, query, connectionHandle);
return 1;
}
Re: MySQL Error -
Antoniohl - 20.05.2015
Yeah. i'm sure
[11/05/2015, 12:47] n/a: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WH' at line 1
[18/05/2015, 10:40] OnQueryFinished: Lost connection to MySQL server during query
[19/05/2015, 01:45] OnQueryFinished: Lost connection to MySQL server during query
[19/05/2015, 02:02] n/a: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WH' at line 1