024-07-11T04:12:45.649885Z 0 [ERROR] [MY-013183] [InnoDB] Assertion failure: log0write.cc:2115:ib::fatal triggered thread 7912504166080
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
2024-07-11T04:12:45Z UTC - mysqld got signal 6 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
BuildID[sha1]=7bb83e904644d700b0aec8fda7e2b1c5495ab04d
Thread pointer: 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...
stack_bottom = 0 thread_stack 0x100000
/www/server/mysql/bin/mysqld(my_print_stacktrace(unsigned char const, unsigned long)+0x41) [0x5fbe0abffb91]
/www/server/mysql/bin/mysqld(print_fatal_signal(int)+0x3b7) [0x5fbe0a29b677]
/www/server/mysql/bin/mysqld(my_server_abort()+0x6d) [0x5fbe0a29b6fd]
/www/server/mysql/bin/mysqld(my_abort()+0xe) [0x5fbe0abfa71e]
/www/server/mysql/bin/mysqld(ut_dbg_assertion_failed(char const, char const, unsigned long)+0x17e) [0x5fbe0adb813e]
/www/server/mysql/bin/mysqld(ib::fatal::fatal()+0x95) [0x5fbe0adce6b5]
/www/server/mysql/bin/mysqld(+0x16d95e7) [0x5fbe0ace35e7]
/www/server/mysql/bin/mysqld(+0x16d9f77) [0x5fbe0ace3f77]
/www/server/mysql/bin/mysqld(log_writer(log_t)+0x528) [0x5fbe0ace5428]
/www/server/mysql/bin/mysqld(+0x16d3879) [0x5fbe0acdd879]
/lib/x86_64-linux-gnu/libstdc++.so.6(+0xeabb4) [0x732cd2eabb4]
/lib/x86_64-linux-gnu/libc.so.6(+0x9ca94) [0x732cce9ca94]
/lib/x86_64-linux-gnu/libc.so.6(+0x129c3c) [0x732ccf29c3c]
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.
2024-07-11T10:51:23.349658Z 0 [Warning] [MY-000081] [Server] option 'max_allowed_packet': unsigned value 107374182400 adjusted to 1073741824.
2024-07-11T10:51:23.349681Z 0 [Warning] [MY-011070] [Server] 'binlog_format' is deprecated and will be removed in a future release.
2024-07-11T10:51:23.349708Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2024-07-11T10:51:23.349741Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2024-07-11T10:51:23.349750Z 0 [System] [MY-010116] [Server] /www/server/mysql/bin/mysqld (mysqld 8.0.36) starting as process 1648223
2024-07-11T10:51:23.443965Z 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=4294967296. Please use innodb_redo_log_capacity instead.
2024-07-11T10:51:23.444664Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-07-11T10:51:24.884109Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2024-07-11T10:51:24.925867Z 0 [ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of socket: '/tmp/mysqlx.sock' failed, can't open lock file /tmp/mysqlx.sock.lock'
2024-07-11T10:51:25.086939Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2024-07-11T10:51:25.129156Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2024-07-11T10:51:25.323174Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-07-11T10:51:25.323198Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-07-11T10:51:25.323383Z 0 [ERROR] [MY-010274] [Server] Could not open unix socket lock file /tmp/mysql.sock.lock.
2024-07-11T10:51:25.323391Z 0 [ERROR] [MY-010268] [Server] Unable to setup unix socket lock file.
2024-07-11T10:51:25.323396Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-07-11T10:51:26.270949Z 0 [System] [MY-010910] [Server] /www/server/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.36) Source distribution.
Mysql got Crashed, and won't start or restart
cant uninstall mysql too
because the database still exist
Hello, are there multiple mysql processes?
ps uax|grep mysql
19 days later
I have the same problem, MySQL simply stops working and my websites go down. It only comes back when I restart the server.
aaP_ramonmisse
Hello, this is usually off the system. You are advised to check the system log for shutdown information.
dmesg|grep -E "kill|mysql|oom"
cant uninstall mysql too
because the database still exist...
Delete the databases folder
/www/server/data/mydbname
/www/server/data/anotherdbname
etc