ERROR 23 (HY000) at line 29963: Out of resources when opening file
版本:5.5.14
在還原資料庫時報錯,報錯資訊如下:(庫中的表比較多)
ERROR 23 (HY000) at line 29963: Out of resources when opening file
解決方法:
在root下修改ulimit值
[root@yoon export]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1032169
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 1024
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
修改open files和max user processes 值:
[root@yoon export]# ulimit -n 65535
[root@yoon export]# ulimit -u 65535
修改完open files和max user processes 值後,重啟mysql資料庫,然後再還原資料庫即可
在還原資料庫時報錯,報錯資訊如下:(庫中的表比較多)
ERROR 23 (HY000) at line 29963: Out of resources when opening file
解決方法:
在root下修改ulimit值
[root@yoon export]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1032169
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 1024
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
修改open files和max user processes 值:
[root@yoon export]# ulimit -n 65535
[root@yoon export]# ulimit -u 65535
修改完open files和max user processes 值後,重啟mysql資料庫,然後再還原資料庫即可
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28939273/viewspace-1129669/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MYSQL 錯誤 :Out of resources when opening file './datagather/mx_domain#P#p178.MYD' (Errcode: 24) 解決辦法...MySqlAI
- ERROR 1840 (HY000) at line 24: @@GLOBAL.GTID_PURGED can only be set when @@GLOBAError
- OGG-01028 Opening file errorError
- ORA-01116: error in opening database file 14ErrorDatabase
- ERROR OGG-00446 Missing filename opening checkpoint file.Error
- "Failed to create empty document" error message appears when opening the BrightStor ARCserve BackupAIErrorAPP
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- HPUX Error 23 File table overflowUXError
- line 10:syntax error: unexpected end of fileError
- MySQL ERROR 1031 (HY000) at line 33: Table storage engine forMySqlError
- 關於WAS當中FFDC報告error in opening zip file剖析及解決Error
- oracle安裝遇到:CreateFile() error 32 when trying set file timeOracleError
- Binary XML file line #2: Error inflatingXMLError
- MySQL_ERROR 1231 (42000) at line XX in file 'file_name' Variable 'time_zone' can't beMySqlError
- Solaris awk: syntax error near line 1 awk: bailing out near line 1ErrorAI
- 【MySQL】ERROR 1290 (HY000): --secure-file-priv--匯出報錯MySqlError
- MySQL 報錯 ERROR 1290 (HY000): running with the --secure-file-privMySqlError
- Resource is out of sync with the file system
- 程式日誌中出現out of OS kernel IO resources
- ERROR 1010 (HY000): Error dropping databaseErrorDatabase
- An out of memory error has occurred.Error
- Eclipse:Resource is out of sync with the file systemEclipse
- expdp report error when export tablesErrorExport
- informix 11.5 出現out of KAIO resources造成資料庫宕ORMAI資料庫
- ERROR 1524 (HY000): Plugin is not loadedErrorPlugin
- ERROR 2026 (HY000): SSL connection error: unknown error numberError
- squid!Your cache is running out of fileUI
- Got fatal error 1236 from master when reading data from binary logGoErrorAST
- MySQL "ERROR 1010(HY000):Error dropping database(canMySqlErrorDatabase
- NBU report error 6 when RMAN backupError
- 【問題處理】Oracle process running out of OS kernel I/O resourcesOracle
- ERROR 1114 (HY000) The table '' is fullError
- MYSQL ERROR 2003 (HY000) CanMySqlError
- How to Convert Class File to Java File Online?Java
- ''Sbt Error = 7011, Errno = 959'' Error When Backing Up To TapeError
- Error 15: File not found for RedhatErrorRedhat
- MySQL案例09:Last_IO_Error: Got fatal error 1236 from master when reading data from binary logMySqlASTErrorGo
- ORACLE ORA-04030之 out of process memory when trying to allocateOracle