Ir para conteúdo
  • Cadastre-se

ERROS NO DISTRO SERVIDOR MYSQL


Posts Recomendados

galera meu servidor é mysql e estou com esse error quando abro o OT fica aparecendo isso

 

 

5ffu.png

5ffu.png

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

Servidor está sem site ? se for sem e sqlite , mysql e apenas com site .

 

No caso se for sem site assim --

 

sqlType = "sqlite"

sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "Senha DataBase"
sqlDatabase = "NomeDataBase"
sqlFile = "NomeDataBase.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 5000
mysqlWriteTimeout = 5000
encryptionType = "plain10"
 
--------------------
 
Se for com site --
 
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "Senha DataBase"
sqlDatabase = "NomeDataBase"
sqlFile = "NomeDataBase.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 30
mysqlWriteTimeout = 30
encryptionType = "sha1"

 

 

Continuar com poblemas me manda novas prints.

Contato;

6yonKDJ.png god.marinii

TaxNfhb.png

Link para o post
Compartilhar em outros sites

cara ta certo isso no meu o site ta funcionando mais tipo fica com aqueles erros e nao salva o player acho que tem que executar algum comando no banco de dados

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

continua o mesmo error veio, acho que é um comando mesmo que tem que executar pergunta algum amigo seu ae que entende bem

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

meu querido simplesmente esta faltando um campo chamado onlinetimetoday dentro de players!!

vc esta usando a data-base q veio com o server???

 

no momento em que ele tenta salvar e nao localiza o campo onlinetimetoday  ele gera esse erro...

 

tente executar isto na sua data-base e me diz se resolveu

ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
Editado por gblxd91 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

CONTINUA O ERROR OLHA AE

yhyn.png

Editado por JonatasLucasf (veja o histórico de edições)

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

exatamente o mesmo n deu diferença nenhuma?

EXECUTE AS 2 SEPARADAS!! aqui adicionou normal

 

talvez tenha faltado algumas abas tenta assim 

ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0'

desse jeito ele vai criar todas q estão citadas ali

 

 

Editado por gblxd91 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

deu esse error   #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 '' at line 63

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

deu esse error   #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 '' at line 63

eu editei agora e testei tenta outra vez com os 2 separados

Link para o post
Compartilhar em outros sites

a primeira #1060 - Duplicate column name 'exphist_lastexp'    a segunda  #1060 - Duplicate column name 'onlinetimetoday'

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

obs quando ja tiver todas essas abas na tabela players vc reinicia o ot e ve se funfa! se n for só eu vendo seu ot e sua data base pra saber

 

OH Fu@$#

 

entao vamos La em parte ja arrumamos ja adc uma tabela agora vc vai ter q adicionar 1 por 1 pra ver qual ainda esta faltando

ALTER TABLE `players` ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0'

copia linha  por linha e vai jogando la

ALTER TABLE `players` ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0'

aqui o mesmo

Editado por gblxd91 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

cara valeu tu é de mais mano obrigado mesmo mano. adiciona facebook ae  https://www.facebook.com/jonatas.lucas.127

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo