Mysql 075 Error input line too long
#10

pawn Code:
new Query[ size ];

        strcat(Query, "mysql_query(CREATE TABLE IF NOT EXISTS `Accounts` (\
                        `AccID` int(10) NOT NULL AUTO_INCREMENT,\
                        `Username` varchar(24) NOT NULL,\
                        `Password` varchar(64) NOT NULL,\
                        `IP` varchar(16) NULL,\
                        `Money` int(15) NULL,\
                        `Score` int(15) NULL,\
                        `Kills` int(15) NULL,"
);

        strcat(Query, "`Deaths` int(15) NULL,\
                      `Admin` int(15) NULL,\
                      `Donator` int(15) NULL,\
                      `Plantedbombs` int(15) NULL,\
                      `Defusedbombs` int(15) NULL,\
                      `Banned` int(15) NULL,\
                      `Banneddate` varchar(16) NULL,\
                      `BannedReason` varchar(64) NULL,\
                      `Bannedby` varchar(24) NULL,\
                      PRIMARY KEY (`AccID`)) ENGINE=InnoDB DEFAULT CHARSET=latin1;"
);

        mysql_query(Query);
Reply


Messages In This Thread
Mysql 075 Error input line too long - by Venice - 29.09.2011, 22:17
Re: Mysql 075 Error input line too long - by Lorenc_ - 30.09.2011, 08:21
Re: Mysql 075 Error input line too long - by [MWR]Blood - 30.09.2011, 10:53
Re: Mysql 075 Error input line too long - by Venice - 30.09.2011, 12:51
Re: Mysql 075 Error input line too long - by iggy1 - 30.09.2011, 12:53
Re: Mysql 075 Error input line too long - by Raimis_R - 30.09.2011, 12:57
Re: Mysql 075 Error input line too long - by Venice - 30.09.2011, 12:59
Re: Mysql 075 Error input line too long - by Raimis_R - 30.09.2011, 13:01
Re: Mysql 075 Error input line too long - by Venice - 30.09.2011, 13:11
Re: Mysql 075 Error input line too long - by Raimis_R - 30.09.2011, 13:15
Re: Mysql 075 Error input line too long - by Venice - 30.09.2011, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)