mysql ERROR Error in Log_eventread_log_event read error data_len 3135611031 event_type -99
This error message indicates that there was an error while attempting to read a log event in MySQL. The data length of the event is given as 3135611031, which is an extremely large value and suggests that there may be a problem with the log file or the system's ability to read it.
The event type is also given as -99, which is not a valid event type in MySQL. This further suggests that there may be a problem with the log file or the data contained within it.
To resolve this issue, you may need to investigate the log file and determine if there are any errors or corruption present. You may also need to check the system's hardware and software configuration to ensure that it is capable of reading and writing large log files. If the issue persists, you may need to consult with a MySQL expert or support team for further assistance
原文地址: https://www.cveoy.top/t/topic/fmCs 著作权归作者所有。请勿转载和采集!