Error Update MySQL MySQL 8.0 Community Server 1.9 MB/s | 1.9 kB 00:00 GPG key at…
Метка: mysql
open_files_limit MariaDB on Debian 9
Check Limit on System cat /proc/$(pgrep mysqld$)/limits nano /etc/systemd/system/multi-user.target.wants/mariadb.service Edit Limit on: LimitNOFILE=65535 Change limit Check…
Calculate table_open_cache MySQL
1. Find current value of open_tables and opened_tables mysql> show global status like 'open%'; +--------------------------+---------+ |…
open_files_limit Percona 5.7 — #1040 — Too many connections
Иногда выходит ошибка в логах: #1040 — Too many connections nano /etc/systemd/system/multi-user.target.wants/mysql.service добавляем строку LimitNOFILE=65536 после…
innodb_log_file_size
Расчитывается по формуле 1/N от размера innodb_buffer_pool_size, где N значение параметра innodb_log_files_in_group, который в свою очередь имеет по…
Увеличение лимита open-files-limit в MariaDB on CentOS 7 с помощью systemd
Gone are the days where simply changing /etc/my.cnf would be sufficient. Enter the new systemd world.…
Изменение Timeout в MySQL, MariaDB, Percona
Посмотреть все текущие лимиты можно командой: show variables like '%timeout%'; Вывод будет примерно такой: mysql> show…