Hello , sorry for my bad english but i'm spanish ;( xDDD ... i've got one problem with database... I start the OTServ and 1-2 minutes after i see a error message on the console... this it the message :
[16/01/2011 23:35:24] mysql_real_query(): SELECT * FROM shop_history WHERE `processed` = 0; - MYSQL ERROR: Table 'theforgottenserver.shop_history' doesn't exist (1146)
I put on my database this table:
CREATE TABLE `theforgottenserver.shop_history` (
`id` int(11) NOT NULL auto_increment...
MYSQL Table Problem
[16/01/2011 23:35:24] mysql_real_query(): SELECT * FROM shop_history WHERE `processed` = 0; - MYSQL ERROR: Table 'theforgottenserver.shop_history' doesn't exist (1146)
I put on my database this table:
CREATE TABLE `theforgottenserver.shop_history` (
`id` int(11) NOT NULL auto_increment...
MYSQL Table Problem