This forum is no longer active. Please post your questions to our new community site

Forums Drupal

mysqld.exe issue

Subscribe to mysqld.exe issue 12 post(s), 2 voice(s)

 
Avatar melwyn 16 post(s)

I had some viruses on the pc and after help from someone , running different tools to get rid of the virus, successfully got rid of them. But now on startup mysqld.exe does not run automatically. I tried shutting the bitnami stack and starting it again apache runs, i can see two httpd.exe running in taskmanager but i cannot see mysqld.exe running. I had to manually start it and i can then access my website.

How can i get mysqld.exe again running on startup? Can i reinstall bitnami stack and how do i do it ?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Try the following to reinstall the service. Go to a command prompt and type these commands:

> cd “C:\Program Files\BitNami Drupal Stack”
> serviceinstall.bat UNINSTALL
> serviceinstall.bat INSTALL

You can check if the “drupalMySQL” and “drupalApache” services are installed in your services control panel:

> services.msc

I hope it helps

 
Avatar melwyn 16 post(s)

i did install but mysqld.exe gives an error and i get a popup ..I have copy pasted the error details below ?

DO you have a solution..but if i manually start the mysql program it works fine

C:\DOCUME~1\Darty-Jp\LOCALS~1\Temp\WER8a83.dir00\mysqld.exe.mdmp
C:\DOCUME~1\Darty-Jp\LOCALS~1\Temp\WER8a83.dir00\appcompat.txt

 
Avatar melwyn 16 post(s)

szAppName : mysqld.exe szAppVer : 0.0.0.0 szModName : mysqld.exe
szModVer : 0.0.0.0 offset : 002b8853

 
Avatar melwyn 16 post(s)

beltran can you help me with bidump .. i need to import a large sql file .. I need to load a site created by my friend, its half completed . I am using the bitnami stack and i already have a test site running

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Is there any error in the MySQL log file: installdir/mysql/data/mysqld.log ?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

yes, but how can I help you? what are you trying to do?

 
Avatar melwyn 16 post(s)

ok i got the big dump working ..but the problem is with drupalmysql service, it keeps giving mysqld has encountered a problem. I try starting it manually by clicking on mysqld.exe and it works i can browse the site. Now i am using mysql administrator and i cant use it since it says server service or config fiel cound not be find . I tried to start teh drupalmysql service from there …it still says mysqld has encountered a problem.

where is the log file i cant see mysql log file ?

 
Avatar melwyn 16 post(s)

091015 18:47:27 – 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: 0×0
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.
091015 18:48: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: 0×0
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.

 
Avatar melwyn 16 post(s)

Got everything working finally using different solutions .. :)

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

I’m glad to hear this. Could you post your final solution? It could be helpful for other users.

Thanks,

Beltran

 
Avatar melwyn 16 post(s)

One of the two below options solved the problem.. source: http://www.wampserver.com/phorum/read.php?2,44708,page=2

  • Close the application that executes mysqld (eg Wampserver …)
  • Start> Run
  • Run command: services.msc
  • Right-click on the "mysqld"> Properties
  • Connection tab> Check “Allow service to interact with desktop”
  • Apply Changes

and/or

c:\wamp\bin\mysql\mysql5.1.30\bin\mysqld.exe wampmysqld

to:

“c:\wamp\bin\mysql\mysql5.1.30\bin\mysqld” wampmysqld

Forums Drupal