Richard G
Verified User
Mysql was running and suddenly yesterday evening there was no access to localhost anymore for roundcube and others.
So I rebuilded roundcube, did not work, restarted mysql and it went down.
Edit:
it's on a VPS, enough memory free:
disk also enough free:
Debian 11 Mariadb 10.6
The /etc/my.cnf file
Can this still be fixed? @fln or anybody? @Zhenyapan ?
So I rebuilded roundcube, did not work, restarted mysql and it went down.
Code:
2023-08-10 14:30:02 0 [Warning] InnoDB: Log scan aborted at LSN 616003072
2023-08-10 14:30:02 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2023-08-10 14:30:02 0 [Note] InnoDB: Starting shutdown...
2023-08-10 14:30:02 0 [ERROR] Plugin 'InnoDB' init function returned error.
2023-08-10 14:30:02 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2023-08-10 14:30:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-08-10 14:30:02 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2023-08-10 14:30:02 0 [ERROR] Aborting
2023-08-10 14:31:15 0 [Note] Starting MariaDB 10.6.14-MariaDB-log source revision c93754d45e5d9379e3e23d7ada1d5f21d2711f66 as process 741
2023-08-10 14:31:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
2023-08-10 14:31:16 0 [Note] InnoDB: Number of pools: 1
2023-08-10 14:31:16 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2023-08-10 14:31:16 0 [Note] InnoDB: Using Linux native AIO
2023-08-10 14:31:16 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2023-08-10 14:31:16 0 [Note] InnoDB: Completed initialization of buffer pool
2023-08-10 14:31:16 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=615948759,615948759
2023-08-10 14:31:16 0 [ERROR] InnoDB: Corrupted page identifier at 615948760; set innodb_force_recovery=1 to ignore the record.
2023-08-10 14:31:16 0 [Note] InnoDB: Dump from the start of the mini-transaction (LSN=615948760) to 100 bytes after the record:
len 101; hex ffffffff0000350080833100c31604ffb48f82963747008073aab204ff3400003d970300824035000081e6ab48008073aa72804000003a00808432ffffffff0000b700ffffffff0000350080843100c31604ffb48f82963747008073b2f204ff3400003d96; asc 5 1 7G s 4 = @5 H s r @ : 2 5 1 7G s 4 = ;
Edit:
it's on a VPS, enough memory free:
Code:
total used free shared buff/cache available
Mem: 30805992 2052612 27014200 45848 1739180 28337060
Swap: 4194300 0 4194300
disk also enough free:
Code:
[root@srv100: /var/log/mysql]# df -h
Filesystem Size Used Avail Use% Mounted on
udev 15G 0 15G 0% /dev
tmpfs 3.0G 516K 3.0G 1% /run
/dev/sda3 785G 153G 592G 21% /
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sda2 2.0G 79M 1.8G 5% /boot
tmpfs 3.0G 0 3.0G 0% /run/user/0
Debian 11 Mariadb 10.6
The /etc/my.cnf file
Code:
[mysqld]
max_allowed_packet=64M
local-infile=0
bind-address=127.0.0.1
# skip-name-resolve=1
max_connections = 300
sql_mode=
#datadir=/var/lib/mysql
# socket=/var/lib/mysql/mysql.sock
#tmp_table_size=512M
#table_definition_cache=3000
#table_open_cache=4000
#max_heap_table_size=512M
#innodb_buffer_pool_size=6144M
#innodb_buffer_pool_instances=4
#innodb_log_file_size=768M
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
log-error=/var/log/mysql/mysqld.log
slow_query_log
slow_query_log_file=/var/log/mysql/mariadb-slow.log
#
# include all files from the config directory
#
#!includedir /etc/my.cnf.d
[client]
socket=/usr/local/mysql/data/mysql.sock
Can this still be fixed? @fln or anybody? @Zhenyapan ?