ChinaUnix.net
相关文章推荐:

initunable to open persistent property directorydataproperty errno2

[ERROR] /home/mysql-5.1.30/libexec/mysqld: Can't open file: '.workdb/xxxxx_data.frm' (errno: 24) 求解!! 数据库版本:Distrib 5.1.30 操作系统版本:Red Hat Enterprise Linux Server release 5 (Tikanga) 2.6.18-8.el5内核 程序定期在workdb.xxxxx_data表相应分区中insert数据(该表为MyISAM表,目前有390+个分区)。 近来数据库错误日志中总是有如下错误记录:而且非常频繁。如下: 090519 4:40:55 [ERROR] /home/mys...

by stormcc - MySQL - 2009-05-22 01:00:32 阅读(3018) 回复(9)

相关讨论

Can't open shared library 'C:myudf.dll' (errno: 0 ) 事件查看器里面经常提示,google里也找不到答案,前几天服务器被人加了帐号,也许是因为被入侵。但我把mysql程序重新安装了一次,还是有这样的提示。

by wangkewk - MySQL - 2008-05-02 12:25:20 阅读(2666) 回复(1)

安装后提示 shared memory not initialized for INFORMIXSERVER 'online' 然后运行oninit 提示Cannot open chunk '/workdbs/rootdbs'. errno = 2 online.log出现如下错误 Fri Jun 29 17:14:25 2007 17:14:25 Event alarms enabled. ALARMPROG = '/informix/etc/no_log.sh' 17:14:31 DR: DRAUTO is 0 (Off) 17:14:31 Requested shared memory segment size rounded from 384KB to 4096KB 17:14:31 Requested shared memory s...

by 黄尘滚滚 - Informix - 2007-06-29 18:41:53 阅读(3480) 回复(1)

Anybody can tell me which probable reasons could raise above error code within online_log file?How can we troubleshooting this sorts of issues?Thanks in advance.

by leslierainy - Informix - 2004-12-14 11:25:28 阅读(1327) 回复(1)

问题症状: informix7.23+openserver5.0.5 用informix用户登录,oninit正常, 用user1(属于informix组)用户登录,oninit, 错误提示如下: oninit: Cannot open chunk 'scosysv'. errno = 2 oninit: Fatal error in shared memory initialization 是怎么回事啊?

by wenzhong0751 - Informix - 2004-06-18 11:25:14 阅读(1716) 回复(11)

informix7.23+openserver5.0.5 用informix用户登录,oninit正常, 用user1(属于informix组)用户登录,oninit, 错误提示如下: oninit: Cannot open chunk 'scosysv'. errno = 2 oninit: Fatal error in shared memory initialization 该怎么修改,能不能讲细一点,我新来的

by wenzhong0751 - 其他UNIX - 2004-06-16 21:04:11 阅读(1265) 回复(18)

数据库出错: SQL 无效: SELECT * FROM apply_products_cate WHERE scate=0 and cate_name!=''Mysql error description: Can't open file: 'apply_products_cate.ibd' (errno: 1) Mysql error number: 1016

by piaoyudesi - MySQL - 2009-04-09 12:35:54 阅读(838) 回复(0)

ERROR 1016: Can't open file: 'page_des.MYI'. (errno: 130) 通过rsync,将一个mysql中的数据库文件copy到另一个mysql时,在打开表时出现了这个错误

by dingjsblog - MySQL - 2007-06-12 15:44:59 阅读(1895) 回复(2)
by clytcn - 其他UNIX - 2006-08-02 13:10:32 阅读(2806) 回复(5)

原始表bbs为myisam类型,使用alter table bbs type = innodb后出现#1016 - Can't open file: 'bbs.ibd' (errno: 1) ,查看了mysql官方的文档,也没给出个解决的办法,哪位碰到过?除了这个表我转换其他的表都没问题

by talen-t - MySQL - 2008-04-16 16:00:58 阅读(5104) 回复(10)

我这台linux服务器一共有两个实例,启动第一个实例正常,切换到第2个实例就有这个错误 [informix@ol_developer ~]$ oninit sh: /informix/etc/alarmprogram.sh: No such file or directory oninit: Cannot open chunk '/online/roo'. errno = 2 oninit: Fatal error in shared memory initialization online.log的内容 Thu Dec 29 15:08:52 2005 15:08:52 Event alarms enabled. ALARMPROG = '/informix/etc/alarmprogram.sh...

by redred5 - Informix - 2005-12-29 17:11:52 阅读(3280) 回复(6)