Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi I have a MySQL Server version: 8.0.31.0.
Without any process, it stops automatically with the following error message.
Faulting application name: mysqld.exe, version: 8.0.31.0, time stamp: 0x6320bd31
Faulting module name: mysqld.exe, version: 8.0.31.0, time stamp: 0x6320bd31
Exception code: 0x80000003
Fault offset: 0x0000000001110612
Faulting process id: 0x1bac
Faulting application start time: 0x01d9ad6dc7202d3a
Faulting application path: C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe
Faulting module path: C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe
Report Id: be615649-90c1-4129-88cd-fe73a01e8fa8
Faulting package full name: 
Faulting package-relative application ID: 


This problem did not exist before, but it has been happening for several nights(Between 20:00 and 23:00).
Can anyone help?

What I have tried:

No changes have been made to MySQL parameters.
Posted
Updated 5-Jul-23 0:55am

You can look into a few options -
1) Check your MySQL error logs in your MySql data folder for any errors - How to see log files in MySQL[^]

2) Check your Windows Event Viewer for any related system or application errors occurring around the time of the MySQL crash - How to Check and View Windows Event Logs[^]

3) Check for conflicting software that was recently installed or updated software that might conflict with MySQL - How to Check for Software Conflicts on a Computer[^]

4) Perform a consistency check on your MySQL database to make sure there are no corrupt or inconsistent data. You can use the 'mysqlcheck' command-line tool - mysqlcheck: Check and Repair Tables & Databases[^]
 
Share this answer
 
Comments
Siavash.BRY 1-Aug-23 5:40am    
Thanks for support, I found a heavy process on a table, that's why the service stopped.
A few weeks ago I deleted a lot of old records which caused this problem, I rebuilt the table and transferred the data and finally deleted the old table.
Andre Oosthuizen 1-Aug-23 7:49am    
You're welcome
This site isn't for tech support for MySql - it's a software development site, and this question has nothing to do with software dev.

You'd be better off asking in a dedicated forum: https://forums.mysql.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900