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) |
||
(не показаны 2 промежуточные версии этого же участника) | |||
Строка 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" | |||
24000 | |||
</pre> |
Текущая версия от 21:31, 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" 24000