RO
suporte scripts

Error no site

Por rorix, 15 de set. de 2016 em Resolvidos

error
1
726
rorixR
15 de setembro de 2016 às 17:54

 

Estou tendo esse error ao ligar o server:

 

 

 

- MYSQL ERROR: Table 'servidor.player_statements' doesn't exist (1146)

 

 

 

 

 

Tentei usar esse comando no site:

 

 

 

CREATE TABLE `player_statements` (

 

  `id` int(11) NOT NULL AUTO_INCREMENT,

 

  `player_id` int(11) NOT NULL,

 

  `channel_id` int(11) NOT NULL DEFAULT '0',

 

  `text` varchar(255) NOT NULL,

 

  `date` bigint(20) NOT NULL DEFAULT '0',

 

  PRIMARY KEY (`id`),

 

  KEY `player_id` (`player_id`),

 

  KEY `channel_id` (`channel_id`),

 

  CONSTRAINT `player_statements_ibfk_1` FOREIGN KEY (`player_id`) REFERENCES `players` (`id`) ON DELETE CASCADE

 

) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 

 

 

 

 

Mas tive esse erro abaixo:

 

#1005 - Can't create table 'servidor.player_statements' (errno: 150)