Out of resources when opening file 错误解决

mysqldump: Got error: 23: Out of resources when opening file
‘./mydb/tax_calculation_rate_title.MYD’ (Errcode: 24) when using LOCK TABLES

看到这个后,我比较奇怪,备份时锁定表却出错,关键是这个数据库现在也没被使用啊

后来到网上查查找到了原因

在mysql配置文件 my.cnf 中 找到

open_files_limit

增加它的值就行了

我的原来是 open_files_limit = 600

后来给修改成 open_files_limit = 1024

就OK了,如果还不行的话,就慢慢加大这个数值

Out of resources when opening file 错误解决,布布扣,bubuko.com

时间: 2024-10-05 04:45:25

Out of resources when opening file 错误解决的相关文章

MYSQL 错误 :Out of resources when opening file './datagather/mx_domain#P#p178.MYD' (Errcode: 24) 解决办法

出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit. open-files-limit选项无法在mysql命令行 直接修改,必须在my.cnf中设定,最大值是65536. 重新启动mysqld, mysql> show variables like 'open%'; +------------------+-------+ | Variable_

MYSQL Out of resources when opening file './xxx.MYD' (Errcode: 24) 解决

出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit.open-files-limit选项无法在mysql命令行直接修改,必须在my.cnf中设定,最大值是65536. 重新启动mysqld, mysql> show variables like 'open%';+------------------+-------+| Variable_name

Out of resources when opening file ‘./xxx.MYD’ (Errcode: 24)解决方法

今天朋友向我反映网站出现错误:Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit.open-files-limit选项无法在mysql命令行 直接修改,必须在my.cnf中设定. 如果你要是不设置的话,他会取系统ulimit -n的值. 出错之时,参数配置如下: 1 2 3 4 5 6 7 mysql> show variables like 'op

MYSQL Out of resources when opening file './xxx.MYD' (Errcode: 24)

出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit.open-files-limit选项无法在mysql命令行直接修改,必须在my.cnf中设定,最大值是65536. 重新启动mysqld, mysql> show variables like 'open%'; +------------------+-------+ | Variable_na

[Android]libpng error: Not a PNG file错误解决

我在将以前在Eclipse中写的项目import到android studio中后,出现了 AAPT err(Facade for 157667509): libpng error: Not a PNG file 错误,提示信息显示图片非PNG格式. 解决方法: 在studio中依次点开每个后缀名为png的图片,(如图) 即使图片的后缀名是png,这里会显示真正的格式.找到不符合要求的图片,另存为png格式即可.

AAPT err(Facade for): libpng error: Not a PNG file 错误解决

在导入项目到Android studio后,若编译出现"AAPT err(Facade for): libpng error: Not a PNG file"错误. 该错误表示项目中的drawable下的图片文件有非png图片,命名为了png造成的. 解决方案: 方案一.在模块下的build.gradle中配置下面两个信息,再clear project. aaptOptions.cruncherEnabled = false      aaptOptions.useNewCrunche

FileZilla Server-Can’t access file错误解决方法

在某服务器上用FileZilla Server搭建了一个FTP服务器.开始使用没有发现任何问题,后来在向服务器传送大文件的时候,发现总是传输到固定的百分比的时候出现 ”550 can’t access file.” 的错误,后来找到了解决方法如下. 打开FileZilla Server的管理界面,Edit->Settings->Miscellaneous选项卡,勾选上”Allow downloading of files which are open for writing by anothe

ERROR 23 (HY000) at line 29963: Out of resources when opening file

在还原数据库时报错,报错信息如下:(库中的表比较多) 解决方法: 在root下修改ulimit值 [[email protected] export]# ulimit -acore file size          (blocks, -c) 0data seg size           (kbytes, -d) unlimitedscheduling priority             (-e) 0file size               (blocks, -f) unlim

Andriod Studio 出现An error has occurred.See the log file错误解决

出现错误提示去查看日志文件,然后我到C:\Users\PC\AppData\Local\Android\Sdk\tools\lib\monitor-x86_64\configuration后打开日志文件发现错误信息是 java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and start