· 9 years ago · Aug 23, 2017, 02:38 PM
1[07:53:36 08/15/17] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "efbase", password: "****", port: 3306, autoreconnect: true, pool_size: 2
2[07:53:36 08/15/17] [DEBUG] CMySQLHandle::Create - creating new connection..
3[07:53:36 08/15/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
4[07:53:36 08/15/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
5[07:53:36 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
6[07:53:36 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
7[07:53:37 08/15/17] [DEBUG] mysql_errno - connection: 1
8[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
9[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
10[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
11[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
12[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
13[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
14[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
15[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
16[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
17[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
18[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
19[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
20[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
21[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
22[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
23[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
24[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
25[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
26[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
27[07:53:37 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
28[07:53:37 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
29[07:53:37 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
30[07:53:37 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
31[07:53:37 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
32[07:53:37 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
33[07:53:37 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
34[07:53:55 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0", callback: "(null)", format: "(null)"
35[07:53:55 08/15/17] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called
36[07:53:57 08/15/17] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "efbase", password: "****", port: 3306, autoreconnect: true, pool_size: 2
37[07:53:57 08/15/17] [DEBUG] CMySQLHandle::Create - creating new connection..
38[07:53:57 08/15/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
39[07:53:57 08/15/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
40[07:53:57 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
41[07:53:57 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
42[07:53:57 08/15/17] [DEBUG] mysql_errno - connection: 1
43[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
44[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
45[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
46[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
47[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
48[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
49[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
50[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
51[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
52[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
53[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
54[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
55[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
56[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
57[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
58[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
59[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
60[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
61[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
62[07:53:57 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
63[07:53:57 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
64[07:53:57 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
65[07:53:57 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
66[07:53:57 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
67[07:53:57 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
68[07:53:57 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
69[07:56:19 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0", callback: "(null)", format: "(null)"
70[07:56:19 08/15/17] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called
71[07:57:16 08/15/17] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "efbase", password: "****", port: 3306, autoreconnect: true, pool_size: 2
72[07:57:16 08/15/17] [DEBUG] CMySQLHandle::Create - creating new connection..
73[07:57:16 08/15/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
74[07:57:16 08/15/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
75[07:57:16 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
76[07:57:16 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
77[07:57:16 08/15/17] [DEBUG] mysql_errno - connection: 1
78[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
79[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
80[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
81[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
82[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
83[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
84[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
85[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
86[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
87[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
88[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
89[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
90[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
91[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
92[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
93[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
94[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
95[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
96[07:57:16 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
97[07:57:16 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
98[07:57:16 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
99[07:57:16 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
100[07:57:16 08/15/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
101[07:57:16 08/15/17] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
102[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
103[07:57:16 08/15/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
104[13:17:42 08/23/17] [DEBUG] mysql_connect - host: "5.196.75.99", user: "samp", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2
105[13:17:42 08/23/17] [DEBUG] CMySQLHandle::Create - creating new connection..
106[13:17:42 08/23/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
107[13:17:42 08/23/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
108[13:17:42 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
109[13:17:44 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
110[13:17:44 08/23/17] [DEBUG] mysql_errno - connection: 1
111[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
112[13:17:44 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
113[13:17:44 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
114[13:17:44 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
115[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
116[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
117[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
118[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
119[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
120[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
121[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
122[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
123[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
124[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
125[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
126[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
127[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
128[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
129[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
130[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
131[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
132[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
133[13:17:44 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
134[13:17:45 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
135[13:17:45 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
136[13:17:45 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
137[14:42:21 08/23/17] [DEBUG] mysql_connect - host: "5.196.75.99", user: "samp", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2
138[14:42:21 08/23/17] [DEBUG] CMySQLHandle::Create - creating new connection..
139[14:42:21 08/23/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
140[14:42:21 08/23/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
141[14:42:21 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
142[14:42:21 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
143[14:42:21 08/23/17] [DEBUG] mysql_errno - connection: 1
144[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
145[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
146[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
147[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
148[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
149[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
150[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
151[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
152[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
153[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
154[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
155[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
156[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
157[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
158[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
159[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
160[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
161[14:42:21 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
162[14:42:21 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
163[14:42:21 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
164[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
165[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
166[14:42:21 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
167[14:42:21 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
168[14:42:21 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
169[14:42:21 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'samp'@'95.168.97.132' (using password: YES)
170[14:43:47 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
171[14:43:47 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '' OR `IP` = ", callback: "OnBanCheck", format: "i"
172[14:43:47 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
173[14:43:47 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
174[14:43:47 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
175[14:43:47 08/23/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''", use_cache: true
176[14:43:47 08/23/17] [DEBUG] CMySQLQuery::Execute - starting query execution
177[14:43:47 08/23/17] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''")
178[14:43:47 08/23/17] [DEBUG] cache_get_row_count - connection: 1
179[14:43:47 08/23/17] [WARNING] cache_get_row_count - no active cache
180[14:43:47 08/23/17] [DEBUG] cache_delete - cache_id: 0, connection: 1
181[14:43:47 08/23/17] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
182[14:43:47 08/23/17] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
183[14:43:47 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = ''", callback: "GiveHouseKeys", format: "i"
184[14:44:48 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
185[14:44:48 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
186[14:45:16 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
187[14:45:16 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '' OR `IP` = ", callback: "OnBanCheck", format: "i"
188[14:45:16 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
189[14:45:16 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
190[14:45:16 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
191[14:45:16 08/23/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''", use_cache: true
192[14:45:16 08/23/17] [DEBUG] CMySQLQuery::Execute - starting query execution
193[14:45:16 08/23/17] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''")
194[14:45:16 08/23/17] [DEBUG] cache_get_row_count - connection: 1
195[14:45:16 08/23/17] [WARNING] cache_get_row_count - no active cache
196[14:45:16 08/23/17] [DEBUG] cache_delete - cache_id: 0, connection: 1
197[14:45:16 08/23/17] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
198[14:45:16 08/23/17] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
199[14:45:16 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = ''", callback: "GiveHouseKeys", format: "i"
200[14:45:38 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
201[14:45:38 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
202[16:33:20 08/23/17] [DEBUG] mysql_connect - host: "127.0.0.1", user: "root", database: " ", password: "****", port: 3306, autoreconnect: true, pool_size: 2
203[16:33:20 08/23/17] [DEBUG] CMySQLHandle::Create - creating new connection..
204[16:33:20 08/23/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
205[16:33:20 08/23/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
206[16:33:20 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
207[16:33:20 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'root'@'localhost' (using password: YES)
208[16:33:20 08/23/17] [DEBUG] mysql_errno - connection: 1
209[16:33:20 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
210[16:33:20 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
211[16:33:20 08/23/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
212[16:33:20 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'root'@'localhost' (using password: YES)
213[16:33:20 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'root'@'localhost' (using password: YES)
214[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `playersdata` (`ID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
215[16:33:20 08/23/17] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'root'@'localhost' (using password: YES)
216[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Maps` (`MapName` varchar(68) NOT NUL", callback: "(null)", format: "(null)"
217[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Property` (`ID` int(11) NOT NULL def", callback: "(null)", format: "(null)"
218[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
219[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseGuns` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
220[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseVisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
221[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseKeys` (`HouseID` int(11) NOT NU", callback: "(null)", format: "(null)"
222[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `HouseSafeLogs` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
223[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Vehicles` (`vehID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
224[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Attachments` (`ID` int(5) NOT NULL,`", callback: "(null)", format: "(null)"
225[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `BannedPlayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
226[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Weapons` (`ID` int(5) NOT NULL, `Wea", callback: "(null)", format: "(null)"
227[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `SkinData` ( `ID` int(5) NOT NULL, `S", callback: "(null)", format: "(null)"
228[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `FriendsData` ( `ID` int(5) NOT NULL,", callback: "(null)", format: "(null)"
229[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `OfflinePMs` ( `PlayerName` varchar(2", callback: "(null)", format: "(null)"
230[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `Market` (`Seller` varchar(25) NOT NU", callback: "(null)", format: "(null)"
231[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `PlayerLogs` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
232[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Property", callback: "LoadProperties", format: "(null)"
233[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM Houses", callback: "LoadHouses", format: "(null)"
234[16:33:20 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles` WHERE `vehOwner` = '-'", callback: "LoadDealerVehicles", format: "(null)"
235[16:34:28 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
236[16:34:28 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '' OR `IP` = ", callback: "OnBanCheck", format: "i"
237[16:34:28 08/23/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = '%e'"
238[16:34:28 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 1 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
239[16:34:28 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = '%e'"
240[16:34:28 08/23/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''", use_cache: true
241[16:34:28 08/23/17] [DEBUG] CMySQLQuery::Execute - starting query execution
242[16:34:28 08/23/17] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT `IP` FROM `playersdata` WHERE `PlayerName` = ''")
243[16:34:28 08/23/17] [DEBUG] cache_get_row_count - connection: 1
244[16:34:28 08/23/17] [WARNING] cache_get_row_count - no active cache
245[16:34:28 08/23/17] [DEBUG] cache_delete - cache_id: 0, connection: 1
246[16:34:28 08/23/17] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
247[16:34:28 08/23/17] [DEBUG] mysql_format - connection: 1, len: 72, format: "SELECT * FROM `HouseKeys` WHERE `Player` = '%e'"
248[16:34:28 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `HouseKeys` WHERE `Player` = ''", callback: "GiveHouseKeys", format: "i"
249[16:34:42 08/23/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = '%e'"
250[16:34:42 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0 WHERE `PlayerName` = ''", callback: "(null)", format: "(null)"
251[16:34:51 08/23/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `playersdata` SET `Online` = 0", callback: "(null)", format: "(null)"