Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Daniel o rei

Meus projetos estão parados. Mysql com problemas.

Recommended Posts

Fica dando aquela tela "O mysqld.exe encontrou um problema e precisa ser fechado.".

Eu fiz um back-up e fui reinstalar mas deu o mesmo problema.

Assinatura do erro:

szAppName : mysqld.exe szAppVer : 0.0.0.0 szModName : mysqld.exe

szModVer : 0.0.0.0 offset : 002b8853

Eu preciso de volta meu bd agora só tenho o sqllite

Compartilhar este post


Link para o post
Compartilhar em outros sites

Vou contar em detalhes:

Eu num dia normal fui continuar meu site que estou criando. Abri apareceu aquela janela irritante dizendo que o MySQL teve problemas. Toda vez que o MySQL é inicializado ocorre o mesmo problema. Resolvi reinstalar o Mysql. Mas vi que teria que configura-lo, por isto resolvi instalar o wamp. Fiz um back-up de tudo e reinstalei. Quando abri ocorreu o mesmo probleminha irritante. Com isto resolvi usar a ferramenta que eu sempre uso em último caso, o Fórum Imasters.

Eu já disse tudo. O que vou fazer agora?

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá Amigão,

 

Você já olhou o General Log do seu MySQL para checar o problema??

 

O General log geralmente fica localizado do DATADIR configurado nesta variável de ambiente, no MySQL. Este log armazena todos os startups e shutdowns do servidor de bancos de dados e todas as consultas executadas ou não. Através dele você poderá detectar o "por quê" do shutdown inesperado do servidor.

 

Este arquivo tem o nome composto da seguinte forma: nomedohost.log

 

Se quiser colocar o conteúdo do último shutdown registrado no General Log aqui no fórum para darmos uma olhada, manda bala.

 

Happy MySQL'ing!! http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá Amigão,

 

Você já olhou o General Log do seu MySQL para checar o problema??

 

O General log geralmente fica localizado do DATADIR configurado nesta variável de ambiente, no MySQL. Este log armazena todos os startups e shutdowns do servidor de bancos de dados e todas as consultas executadas ou não. Através dele você poderá detectar o "por quê" do shutdown inesperado do servidor.

 

Este arquivo tem o nome composto da seguinte forma: nomedohost.log

 

Se quiser colocar o conteúdo do último shutdown registrado no General Log aqui no fórum para darmos uma olhada, manda bala.

 

Happy MySQL'ing!! http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Deve ser isso:

É o log que achei.

090317 10:10:28 - mysqld got exception 0xc0000005 ;

This could be because you hit a bug. It is also possible that this binary

or one of the libraries it was linked against is corrupt, improperly built,

or misconfigured. This error can also be caused by malfunctioning hardware.

We will try our best to scrape up some info that will hopefully help diagnose

the problem, but since we have already crashed, something is definitely wrong

and this may fail.

 

key_buffer_size=16777216

read_buffer_size=262144

max_used_connections=0

max_threads=151

threads_connected=0

It is possible that mysqld could use up to

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133305 K

bytes of memory

Hope that's ok; if not, decrease some variables in the equation.

 

thd: 0x0

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

006B8853 mysqld.exe!???

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains

information that should help you find out what is causing the crash.

090317 10:11:41 - mysqld got exception 0xc0000005 ;

This could be because you hit a bug. It is also possible that this binary

or one of the libraries it was linked against is corrupt, improperly built,

or misconfigured. This error can also be caused by malfunctioning hardware.

We will try our best to scrape up some info that will hopefully help diagnose

the problem, but since we have already crashed, something is definitely wrong

and this may fail.

 

key_buffer_size=16777216

read_buffer_size=262144

max_used_connections=0

max_threads=151

threads_connected=0

It is possible that mysqld could use up to

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133305 K

bytes of memory

Hope that's ok; if not, decrease some variables in the equation.

 

thd: 0x0

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

006B8853 mysqld.exe!???

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains

information that should help you find out what is causing the crash.

090321 12:07:42 - mysqld got exception 0xc0000005 ;

This could be because you hit a bug. It is also possible that this binary

or one of the libraries it was linked against is corrupt, improperly built,

or misconfigured. This error can also be caused by malfunctioning hardware.

We will try our best to scrape up some info that will hopefully help diagnose

the problem, but since we have already crashed, something is definitely wrong

and this may fail.

 

key_buffer_size=16777216

read_buffer_size=262144

max_used_connections=0

max_threads=151

threads_connected=0

It is possible that mysqld could use up to

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133305 K

bytes of memory

Hope that's ok; if not, decrease some variables in the equation.

 

thd: 0x0

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

006B8853 mysqld.exe!???

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains

information that should help you find out what is causing the crash.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Não alterei nada. Se você mandar eu alterar algo para resolver o problema eu agradeço.

Compartilhar este post


Link para o post
Compartilhar em outros sites

SEu MySQL pode estar com parâmetros de memória configurados de forma errada, segundo denuncia o log.

Quando se configura mais memória do que o servidor (host) tem ou pode ceder para o MySQL, acontece um "crash", pois não há recurso disponível para que o MySQL possa garantir bom funcionamento.

 

Procure instalar outro pacote ou mesmo instalar o MySQL separadamente do pacote e faça os testes.

 

=> www.mysql.com - Downloads!

 

Happy MySQL'ing!! http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.