11.10.2008, 18:24
Fehler
SQL-Befehl:
CREATE TABLE `bot` (
`villageid` int( 11 ) NOT NULL ,
`main` int( 5 ) default '0',
`barracks` int( 5 ) default '0',
`stable` int( 5 ) default '0',
`garage` int( 5 ) default '0',
`snob` int( 5 ) default '0',
`smith` int( 5 ) default '0',
`place` int( 5 ) default '0',
`market` int( 5 ) default '0',
`wood` int( 5 ) default '0',
`stone` int( 5 ) default '0',
`iron` int( 5 ) default '0',
`storage` int( 5 ) default '0',
`farm` int( 5 ) default '0',
`hide` int( 5 ) default '0',
`wall` int( 5 ) default '0',
`type` varchar( 4 ) COLLATE utf8_unicode_ci NOT NULL ,
PRIMARY KEY ( `villageid` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci
MySQL meldet: Dokumentation
#1046 - No database selected
wie kann man das beheben mit dem bot
SQL-Befehl:
CREATE TABLE `bot` (
`villageid` int( 11 ) NOT NULL ,
`main` int( 5 ) default '0',
`barracks` int( 5 ) default '0',
`stable` int( 5 ) default '0',
`garage` int( 5 ) default '0',
`snob` int( 5 ) default '0',
`smith` int( 5 ) default '0',
`place` int( 5 ) default '0',
`market` int( 5 ) default '0',
`wood` int( 5 ) default '0',
`stone` int( 5 ) default '0',
`iron` int( 5 ) default '0',
`storage` int( 5 ) default '0',
`farm` int( 5 ) default '0',
`hide` int( 5 ) default '0',
`wall` int( 5 ) default '0',
`type` varchar( 4 ) COLLATE utf8_unicode_ci NOT NULL ,
PRIMARY KEY ( `villageid` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci
MySQL meldet: Dokumentation
#1046 - No database selected
wie kann man das beheben mit dem bot