Table 'phpBB2user_shops' already exists/Fehler cashmod shop
Verfasst: 04.05.2006 19:07
ich habe den cash mod add-on shop runtergeladen und dann hab ichs installiert und als ich den sqlbefehl eingegebenhab steht da:
Server: localhostlocalhost
Datenbank: usr1usr1
Fehler
SQL-Befehl:
CREATE TABLE `phpBB2user_shops` (
`id` INT( 5 ) NOT NULL AUTO_INCREMENT ,
`user_id` INT( 10 ) NOT NULL ,
`username` VARCHAR( 32 ) NOT NULL ,
`shop_name` VARCHAR( 32 ) NOT NULL ,
`shop_type` VARCHAR( 32 ) NOT NULL ,
`shop_opened` INT( 30 ) NOT NULL ,
`shop_updated` INT( 30 ) NOT NULL ,
`shop_status` INT( 1 ) DEFAULT '0' NOT NULL ,
`amount_earnt` INT( 10 ) DEFAULT '0' NOT NULL ,
`amount_holding` INT( 10 ) DEFAULT '0' NOT NULL ,
`items_sold` INT( 10 ) DEFAULT '0' NOT NULL ,
`items_holding` INT( 10 ) DEFAULT '0' NOT NULL ,
PRIMARY KEY ( `user_id` ) ,
INDEX ( `id` )
)
MySQL meldet: Dokumentation
#1050 - Table 'phpBB2user_shops' already exists
[ Zurück ]