· 8 years ago · Dec 06, 2017, 06:00 PM
1Fout
2
3SQL-query:
4
5--
6-- Database: `bukkit`
7--
8-- --------------------------------------------------------
9--
10-- Table structure for table `lwc_actions`
11--
12CREATE TABLE IF NOT EXISTS `lwc_actions` (
13`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
14`action` varchar( 255 ) DEFAULT NULL ,
15`player` varchar( 255 ) DEFAULT NULL ,
16`chest` int( 11 ) DEFAULT NULL ,
17`data` varchar( 255 ) DEFAULT NULL ,
18PRIMARY KEY ( `id` )
19) ENGINE = MEMORY DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
20
21
22
23MySQL retourneerde:
24 #1050 - Table 'lwc_actions' already exists