Ir para conteúdo
  • 0

me ajudem a arrumar esses erros que aparecem no distro


KennyConrad

Pergunta

me ajudem a arrumar esses erros resolvi criar meu servidor com site e apareceu esses erros no distro quando coloco o servidor on meu ot é versão 9.60

 


[22/4/2013 17:44:58] > WARNING: MYSQL Lost connection, attempting to reconnect...
[22/4/2013 17:44:59] > WARNING: max_allowed_packet might be set too low for binary map storage.
[22/4/2013 17:44:59] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

 

 

e tem esses aki tbm

 


[22/4/2013 17:45:38] mysql_real_query(): DELETE FROM `market_history` WHERE `inserted` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_history' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `id`, `amount`, `price`, `itemtype`, `player_id` FROM `market_offers` WHERE `sale` = 0 AND `created` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_offers' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `id`, `amount`, `price`, `itemtype`, `player_id` FROM `market_offers` WHERE `sale` = 1 AND `created` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_offers' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `sale`, `itemtype`, COUNT(`price`) AS `num`, MIN(`price`) AS `min`, MAX(`price`) AS `max`, SUM(`price`) AS `sum` FROM `market_history` WHERE `state` = 3 GROUP BY `itemtype`, `sale`; - MYSQL ERROR: Table 'otserv.market_history' doesn't exist (1146)

 

se alguem puder me ajudar agradeço muito e darei REP +

Link para o comentário
Compartilhar em outros sites

12 respostass a esta questão

Posts Recomendados

  • 0

para o 2º erro, execute isso na database:

 

 

CREATE TABLE `otserv.market_history` (

`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,

`date` INT(11) NOT NULL ,

`text` TEXT NOT NULL

) ENGINE=MYISAM ;

Link para o comentário
Compartilhar em outros sites

  • 0

deu isso

 

 

Erro

consulta SQL:

CREATE TABLE `otserv.market_history` (

`id`
INT
(
11
)
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,

`date`
INT
(
11
)
NOT
NULL
,

`text`
TEXT
NOT
NULL

) ENGINE = MYISAM

Mensagens do MySQL : b_help.png

#1103 - Incorrect table name 'otserv.market_history'

 

<<< up

Link para o comentário
Compartilhar em outros sites

  • 0

deu isso aki no distro agora

 

[25/4/2013 13:11:50] mysql_real_query(): CREATE TABLE `market_history` (`id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `player_id` INT NOT NULL, `sale` TINYINT(1) NOT NULL DEFAULT 0, `itemtype` INT UNSIGNED NOT NULL, `amount` SMALLINT UNSIGNED NOT NULL, `price` INT UNSIGNED NOT NULL DEFAULT 0, `expires_at` BIGINT UNSIGNED NOT NULL, `inserted` BIGINT UNSIGNED NOT NULL, `state` TINYINT(1) UNSIGNED NOT NULL, PRIMARY KEY(`id`), KEY(`player_id`, `sale`), FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE) ENGINE = InnoDB; - MYSQL ERROR: Table 'market_history' already exists (1050)

 

se puder ajudar a desativar o market entao ja ajudaria pq nen vai servir pra nada no meu servidor mais nao sei onde que desativa o market.

Editado por KennyxD
Link para o comentário
Compartilhar em outros sites

  • 0


[22/4/2013 17:44:58] > WARNING: MYSQL Lost connection, attempting to reconnect...
[22/4/2013 17:44:59] > WARNING: max_allowed_packet might be set too low for binary map storage.
[22/4/2013 17:44:59] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

 

O "MYSQL Lost Connection" está demorando para se conectar com a sua database, e o "max_allowed_packet" o mapa está maior que a sua maquina consegue suportar!

 


[22/4/2013 17:45:38] mysql_real_query(): DELETE FROM `market_history` WHERE `inserted` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_history' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `id`, `amount`, `price`, `itemtype`, `player_id` FROM `market_offers` WHERE `sale` = 0 AND `created` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_offers' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `id`, `amount`, `price`, `itemtype`, `player_id` FROM `market_offers` WHERE `sale` = 1 AND `created` <= 1364071538; - MYSQL ERROR: Table 'otserv.market_offers' doesn't exist (1146)
[22/4/2013 17:45:38] mysql_real_query(): SELECT `sale`, `itemtype`, COUNT(`price`) AS `num`, MIN(`price`) AS `min`, MAX(`price`) AS `max`, SUM(`price`) AS `sum` FROM `market_history` WHERE `state` = 3 GROUP BY `itemtype`, `sale`; - MYSQL ERROR: Table 'otserv.market_history' doesn't exist (1146)

 

Suspeito que você está usando uma database inferior a da versão do seu OTserv, use a adequada para a versão do seu servidor.

 

AJUDEI!? REP+

Link para o comentário
Compartilhar em outros sites

  • 0

kyrom pode me passar uma database pra 9.60 ? entao

 

Está database que irei passar possui todos os sistema necessarios para 9.60 . use-a e ve se não da nenhum erro.

 

 

Download : http://www.speedysha...5FVX/otserv.sql

 

 

 

 

 

AJUDEI!? REP+

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...