Mariadb: различия между версиями
Перейти к навигации
Перейти к поиску
Misha (обсуждение | вклад) (Новая страница: «==How to Fix on Ubuntu/Debian linux - MySQL/MariaDB: Out of resources when opening file (Errcode: 24)== Решение [http://www.antojose.com/node/50 тут]») |
Misha (обсуждение | вклад) (→How to Fix on Ubuntu/Debian linux - MySQL/MariaDB: Out of resources when opening file (Errcode: 24)) |
||
Строка 1: | Строка 1: | ||
==How to Fix on Ubuntu/Debian linux - MySQL/MariaDB: Out of resources when opening file (Errcode: 24)== | ==How to Fix on Ubuntu/Debian linux - MySQL/MariaDB: Out of resources when opening file (Errcode: 24)== | ||
− | Решение [http://www.antojose.com/node/50 тут] | + | Решение [http://www.antojose.com/node/50 тут]<br /> |
+ | После перезагрузки для пользователя mysql проверяем количество файлов | ||
+ | <pre># su -s /bin/sh - mysql -c "ulimit -n"</pre> |
Версия 21:28, 13 апреля 2015
How to Fix on Ubuntu/Debian linux - MySQL/MariaDB: Out of resources when opening file (Errcode: 24)
Решение тут
После перезагрузки для пользователя mysql проверяем количество файлов
# su -s /bin/sh - mysql -c "ulimit -n"