S U N U C U Ç Ö Z Ü M L E R İ

Contact Info

+90 (850) 885 0656

[email protected]

MYSQL: Out of resources when opening file… (Errcode: 24)
Category
Linux
Posted on
Eylül 14, 2022

MYSQL: Out of resources when opening file… (Errcode: 24)

Merhabalar,
Eğer kullanmış olduğunuz sunucularda aşağıdaki gibi bir hata alıyorsanız,
The mysql error: Out of resources when opening file… (Errcode: 24) indicates that the number of files that msyql is permitted to open has been exceeded. yapılması gereken işlem ve
Out of resources when opening filehatasının çözümü aşağıdaki gibidir. 1. Adım

nano -w /etc/my.cnf

2. Adım
my.cnf dosyamızda MySQL’in açabileceği dosya sayısını düzenliyoruz. 5000 birçok site için ideal olacaktır.

[mysqld]
open_files_limit = 5000

3. Adım

/etc/init.d/mysql restart
veya
/etc/init.d/mysqld restart

İyi yayınlar dileriz.

Share this Post