MYSQL 使用过多磁盘(读/写)

MYSQL 使用过多磁盘(读/写)

我的服务器出了大问题。我使用的是 Ubuntu Linux 版本 22.04。当我打开 apache (PHP) 和 MYSQL 时,问题出在写入/读取磁盘(磁盘灯一直亮着)。以下是图片(CPU 进程):

https://i.stack.imgur.com/kzv7h.jpg

我的设置mysqlc.cnf

character-set-server = utf8mb4
collation-server = utf8mb4_slovenian_ci

user        = mysql
bind-address        = 127.0.0.1
mysqlx-bind-address = 127.0.0.1
key_buffer_size     = 44M
max_connections = 300
max_allowed_packet = 32M
myisam-recover-options  = BACKUP
log_error = /var/log/mysql/error.log
max_binlog_size   = 100M

相关内容