Re: MySQL 8 Windows Service stops, standalone is fine
From the command line, you ran the exact command used by the service, and the server keeps running, accepts connections?
--Yes, that's correct, exact same command on command line as on service start. Yes, keeps running and accept connections, WordPress on top appears to work flawlessly.
Those times correspond exactly to when the server "didn't start" as you say?
--yes
When you start the service, MySQL appears in the Task Manager process list then disappears?
--yes
What does the Windows event log say about it?
--event log at that time:
Faulting application name: mysqld.exe, version: 8.0.25.0, time stamp: 0x6082efcd
Faulting module name: mysqld.exe, version: 8.0.25.0, time stamp: 0x6082efcd
Exception code: 0xc0000409
Fault offset: 0x00000000016c36f9
Faulting process id: 0x4cc
Faulting application start time: 0x01d7c37e6ef93f16
Faulting application path: E:\Bitnami\mysql\bin\mysqld.exe
Faulting module path: E:\Bitnami\mysql\bin\mysqld.exe
Report Id: 06d678f5-d3cc-4b0c-8ce9-e3cacab037bf
Faulting package full name:
Faulting package-relative application ID:
which appears to be STATUS_STACK_BUFFER_OVERRUN but I don't know what to do about that.
What does services.msc say about the service
- sc querex wampstackMySQL returns:
SERVICE_NAME: wampstackMySQL
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
PID : 0
FLAGS :
Thanks for the help.