Mysql debug error
#1

Код:
[21:06:37] CMySQLHandler::Connect() - Connection was successful.

[21:06:37] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.

[21:07:26] >> mysql_query( Connection handle: 69 )

[21:07:26] >> mysql_query() - Invalid connection handle. (You set: 69, Highest connection handle ID is 1).

[21:07:26] >> mysql_store_result( Connection handle: 83 )

[21:07:26] >> mysql_store_result() - Invalid connection handle. (You set: 83, Highest connection handle ID is 1).

[21:07:26] >> mysql_num_rows( Connection handle: 83 )

[21:07:26] >> mysql_num_rows() - Invalid connection handle. (You set: 83, Highest connection handle ID is 1).

[21:07:26] >> mysql_free_result( Connection handle: 83 )

[21:07:26] >> mysql_free_result() - Invalid connection handle. (You set: 83, Highest connection handle ID is 1).

[21:07:35] >> mysql_query( Connection handle: 0 )

[21:07:35] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:35] >> mysql_store_result( Connection handle: 0 )

[21:07:35] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:35] >> mysql_num_rows( Connection handle: 0 )

[21:07:35] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:35] >> mysql_free_result( Connection handle: 0 )

[21:07:35] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:35] >> mysql_query( Connection handle: 78 )

[21:07:35] >> mysql_query() - Invalid connection handle. (You set: 78, Highest connection handle ID is 1).

[21:07:37] >> mysql_query( Connection handle: 0 )

[21:07:37] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:37] >> mysql_store_result( Connection handle: 0 )

[21:07:37] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:37] >> mysql_num_rows( Connection handle: 0 )

[21:07:37] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:37] >> mysql_free_result( Connection handle: 77 )

[21:07:37] >> mysql_free_result() - Invalid connection handle. (You set: 77, Highest connection handle ID is 1).

[21:07:40] >> mysql_query( Connection handle: 0 )

[21:07:40] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:40] >> mysql_store_result( Connection handle: 0 )

[21:07:40] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:40] >> mysql_num_rows( Connection handle: 0 )

[21:07:40] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:40] >> mysql_free_result( Connection handle: 77 )

[21:07:40] >> mysql_free_result() - Invalid connection handle. (You set: 77, Highest connection handle ID is 1).

[21:07:42] >> mysql_query( Connection handle: 0 )

[21:07:42] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:42] >> mysql_store_result( Connection handle: 0 )

[21:07:42] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:42] >> mysql_num_rows( Connection handle: 0 )

[21:07:42] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:42] >> mysql_free_result( Connection handle: 77 )

[21:07:42] >> mysql_free_result() - Invalid connection handle. (You set: 77, Highest connection handle ID is 1).

[21:07:44] >> mysql_query( Connection handle: 0 )

[21:07:44] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:44] >> mysql_store_result( Connection handle: 0 )

[21:07:44] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:44] >> mysql_num_rows( Connection handle: 0 )

[21:07:44] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[21:07:44] >> mysql_free_result( Connection handle: 0 )

[21:07:44] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).
Код:
CREATE TABLE IF NOT EXISTS `players` (
`id` int(11) NOT NULL,
`name` varchar(50) DEFAULT NULL,
`password` varchar(50) DEFAULT NULL,
`Level` int(11) DEFAULT '0',
`AdminLevel` int(11) DEFAULT '0',
`VipLevel` int(11) DEFAULT '0',
`Helper` int(11) DEFAULT '0',
`DonateRank` int(11) DEFAULT '0',
`UpgradePoints` int(11) DEFAULT '0',
`ConnectedTime` int(11) DEFAULT '0',
`Registered` int(11) DEFAULT '0',
`Sex` int(11) DEFAULT '0',
`Age` int(11) DEFAULT '0',
`Origin` int(11) DEFAULT '0',
`CK` int(11) DEFAULT '0',
`Muted` int(11) DEFAULT '0',
`MuteTime` int(11) DEFAULT '0',
`Respect` int(11) DEFAULT '0',
`Money` int(11) DEFAULT '0',
`Bank` int(11) DEFAULT '0',
`Crimes` int(11) DEFAULT '0',
`Kills` int(11) DEFAULT '0',
`Deaths` int(11) DEFAULT '0',
`Arrested` int(11) DEFAULT '0',
`WantedDeaths` int(11) DEFAULT '0',
`Phonebook` int(11) DEFAULT '0',
`LottoNr` int(11) DEFAULT '0',
`Fishes` int(11) DEFAULT '0',
`BiggestFish` int(11) DEFAULT '0',
`Job` int(11) DEFAULT '0',
`Clock` int(11) DEFAULT '0',
`Smoke` int(11) DEFAULT '0',
`Color` int(11) DEFAULT '0',
`PaintJob` int(11) DEFAULT '0',
`Beer` int(11) DEFAULT '0',
`Referer` int(11) DEFAULT '0',
`SpawnChange` int(11) DEFAULT '0',
`Admkicks` int(11) DEFAULT '0',
`Admbans` int(11) DEFAULT '0',
`Admwarns` int(11) DEFAULT '0',
`Admallcmds` int(11) DEFAULT '0',
`TowCarReg` int(11) DEFAULT '0',
`Speedo` int(11) DEFAULT '0',
`Robbed` int(11) DEFAULT '0',
`Robbing` int(11) DEFAULT '0',
`CRReport` int(11) DEFAULT '0',
`CRNeedHelp` int(11) DEFAULT '0',
`SaveWalk` int(11) DEFAULT '0',
`Paycheck` int(11) DEFAULT '0',
`HeadValue` int(11) DEFAULT '0',
`Jailed` int(11) DEFAULT '0',
`JailTime` int(11) DEFAULT '0',
`BlackList` int(11) DEFAULT '0',
`BlackListTime` int(11) DEFAULT '0',
`Materials` int(11) DEFAULT '0',
`Drugs` int(11) DEFAULT '0',
`Leader` int(11) DEFAULT '0',
`Member` int(11) DEFAULT '0',
`Rank` int(11) DEFAULT '0',
`cChar` int(11) DEFAULT '0',
`ContractTime` int(11) DEFAULT '0',
`DetSkill` int(11) DEFAULT '0',
`SexSkill` int(11) DEFAULT '0',
`BoxSkill` int(11) DEFAULT '0',
`LawSkill` int(11) DEFAULT '0',
`MechSkill` int(11) DEFAULT '0',
`JackSkill` int(11) DEFAULT '0',
`CarSkill` int(11) DEFAULT '0',
`NewsSkill` int(11) DEFAULT '0',
`DrugsSkill` int(11) DEFAULT '0',
`CookSkill` int(11) DEFAULT '0',
`FishSkill` int(11) DEFAULT '0',
`pSHealth` int(11) DEFAULT '0',
`iInt` int(11) DEFAULT '0',
`VWorld` int(11) DEFAULT '0',
`Local` int(11) DEFAULT '0',
`Team` int(11) DEFAULT '0',
`Model` int(11) DEFAULT '0',
`PhoneNr` int(11) DEFAULT '0',
`Car` int(11) DEFAULT '0',
`Heli` int(11) DEFAULT '0',
`Moto` int(11) DEFAULT '0',
`House` int(11) DEFAULT '0',
`Bizz` int(11) DEFAULT '0',
`CarLic` int(11) DEFAULT '0',
`FlyLic` int(11) DEFAULT '0',
`BoatLic` int(11) DEFAULT '0',
`FishLic` int(11) DEFAULT '0',
`GunLic` int(11) DEFAULT '0',
`Fighting` int(11) DEFAULT '0',
`CarTime` int(11) DEFAULT '0',
`MotoLic` int(11) DEFAULT '0',
`CDPlayer` int(11) DEFAULT '0',
`Wins` int(11) DEFAULT '0',
`Loses` int(11) DEFAULT '0',
`AlcoholPerk` int(11) DEFAULT '0',
`DrugPerk` int(11) DEFAULT '0',
`MiserPerk` int(11) DEFAULT '0',
`PainPerk` int(11) DEFAULT '0',
`TraderPerk` int(11) DEFAULT '0',
`Tutorial` int(11) DEFAULT '0',
`Mission` int(11) DEFAULT '0',
`Warnings` int(11) DEFAULT '0',
`Fwarn` int(11) DEFAULT '0',
`AdminWarnings` int(11) DEFAULT '0',
`Fuel` int(11) DEFAULT '0',
`WantedLevel` int(11) DEFAULT '0',
`Married` int(11) DEFAULT '0',
`MarriedTo` int(11) DEFAULT '0',
 `NameChanged` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Please Help!!!!
Reply


Messages In This Thread
Mysql debug error - by catamarg1 - 07.05.2012, 18:35
Re: Mysql debug error - by Shabi RoxX - 07.05.2012, 18:37
Re: Mysql debug error - by catamarg1 - 07.05.2012, 19:07
Re: Mysql debug error - by JaTochNietDan - 07.05.2012, 21:45
Re: Mysql debug error - by catamarg1 - 08.05.2012, 13:13

Forum Jump:


Users browsing this thread: 1 Guest(s)