Postado Junho 7, 2012 13 anos Autor Aew, coloquei lá tá dando esse erro ..... consulta SQL: ALTER TABLE `players` `add` world_id INT( 32 ) NOT NULL ; Mensagens do MySQL : #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`add` world_id INT (32) NOT NULL' at line 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Assinatura~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Postado Junho 7, 2012 13 anos me parece q falta essa tabela alter table `players` `add` world_id INT (32) NOT NULL; So in `add` INT world_id changing that for the error that the table, type: alter table `players` `add` world_id INT (32) NOT NULL; alter table `players` add `skull` INT (32) NOT NULL; alter table `players` add `marriage` INT (32) NOT NULL; dsp de adicionar essa adiciona essa q ta dando erro Regras Gerais "Califórnia Brasileira "
Postado Junho 7, 2012 13 anos Autor Erro consulta SQL: ALTER TABLE `players` `add` world_id INT( 32 ) NOT NULL ; Mensagens do MySQL : #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`add` world_id INT (32) NOT NULL' at line 1 Tá dando esse erro ae, e quando eu entro no site, clico em LOGIN : dá esse erro aqui ... Parse error: syntax error, unexpected ')' in C:\Arquivos de programas\xampp\htdocs\accountmanagement.php on line 931 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Assinatura~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.