Sua video aula está nota 10! 
  
Só que aqui esta dando um erro,quando  eu vou importar a database  do meu servidor da essse seginte erro : 
  
Erro 
  
consulta SQL: 
  
CREATE TABLE `player_deaths` ( 
`player_id` INT NOT NULL , 
`time` BIGINT UNSIGNED NOT NULL DEFAULT 0, 
`level` INT NOT NULL DEFAULT 1, 
`killed_by` VARCHAR( 255 ) NOT NULL , 
`is_player` TINYINT( 1 ) NOT NULL DEFAULT 1, 
FOREIGN KEY ( `player_id` ) REFERENCES `players` ( `id` ) ON DELETE CASCADE 
) ENGINE = InnoDB; 
  
Mensagens do MySQL : Documentação 
#1050 - Table 'player_deaths' already exists  
  
  
  
Se você poderme ajudar ficarei grata. 
  
  
Desde ja obrigada!