jedes mal wenn ich eine batch file ausführen will kommt das da -.-
[Err] 1050 - Table 'affect' already exists
[Err] -- ----------------------------
-- Table structure for affect
-- ----------------------------
CREATE TABLE `affect` (
`dwPID` int(10) unsigned NOT NULL default '0',
`bType` smallint(5) unsigned NOT NULL default '0',
`bApplyOn` tinyint(4) unsigned NOT NULL default '0',
`lApplyValue` int(11) NOT NULL default '0',
`dwFlag` int(10) unsigned NOT NULL default '0',
`lDuration` int(11) NOT NULL default '0',
`lSPCost` int(11) NOT NULL default '0',
PRIMARY KEY (`dwPID`,`bType`,`bApplyOn`,`lApplyValue`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
und das bei allen meinen backups
was mache ich falsch???





