Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bot??
#1
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
Reply


Messages In This Thread
Bot?? - by mar34re - 11.10.2008, 18:24
RE: Bot?? - by -superking- - 11.10.2008, 19:01



Users browsing this thread: 1 Guest(s)