ChinaUnix.net
相关文章推荐:

unix error 134

我在新建的数据库中用DBACCESS的QUERY-LANGUAGE的CHOOSE选择TEST.SQL时,没建几个表就出现此错 312:cannot update system catalog (syscolumns). 134:isam error:no more locks 用FINDERR 134说要配置:OPERATIN-SYSTEM KERNEL,THE SHARED-MEMORY SEGMENT,OR THE DATABASE SERVER 我如何做才可以?

by yujun0512 - Informix - 2004-03-01 17:15:03 阅读(1949) 回复(4)

相关讨论

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 10 to server version: 5.0.22-community-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> REPAIR TABLE member;
error 1046 (3D000): No database selected
mysql> use flea
Database changed
mysql> REPAIR TABLE member;
+-...

by liuan_020 - MySQL - 2011-12-21 08:42:54 阅读(605) 回复(0)

storage engine错误,一般就是表出错了吧

by ubuntuer - MySQL - 2011-12-19 13:55:13 阅读(1002) 回复(0)

我建了一个merge表,命令行执行操作没有问题 开发通过phpadmin访问 执行语句就会报错 General error: 1030 Got error 134 from storage engine 我把表删除重建就可以了 ,用一段时间又报错。请问这是什么原因啊?

by laizhebujum - MySQL - 2010-11-29 10:27:32 阅读(3029) 回复(2)

查询语句都对,但是报这个:error: Got error 134 from table 奇怪了。。 哪位da虾给遇到国啊?给指点一下,谢谢

by sdet1234 - PHP - 2005-10-17 13:37:12 阅读(1036) 回复(1)

今天老板说新注册的用户怎么都没有了啊.我也感到有问题了.不可能这几天一个都没有啊.以前一天都几百; 我赶紧查,原来.是:MYSQL: Got error 134 from storage engine .一开始就慌了!拿着myisamchk -r member去修复!以前修过一次成功了!本以为这次很简单,没想到不成功!换myisamchk -o member 还不行.换myisamchk -q member也不行.晕.搞了一大堆错误又;开始有点急了.毕竟数据库坏了.那都没法办啊!丢失数据如丢钱啊! 没办法,还是慢慢找,...

by wlcacc - MySQL文档中心 - 2008-03-30 17:16:55 阅读(846) 回复(0)

您好: 在下將 SCSI 36G 硬碟 安裝好 SCO-unix 5.0.5 後 將舊的 18G硬碟內的資料拷貝製新硬碟 也將 /etc/passwd /etc/shadow 2個檔案 copy製新硬碟的 /etc中 運行是沒問題 可是就會出現以下問題 :LOGIN: error- Failed to initialize policy manager. (IFOR_PM_FATAL) The status from the policy manager daemon (PMD - /etc/ifor_pmd) indicates that a serious error condition has occurred. Login is allowed, b...

by sadre - 其他UNIX - 2005-02-23 12:00:07 阅读(921) 回复(3)

What is the range of the unix system error return codes?

by bigtong - AIX - 2006-07-08 22:25:09 阅读(3053) 回复(2)

我在unix上的脚本如下: ------------------------------------ #!/bin/ksh _CMD=ls -l testfile.txt echo "$_CMD" | awk '{system($0)}' ------------------------------------ 执行的时候,在输出结果的前三行是: UX:stty: error: NO such device or address UX:stty: error: NO such device or address UX:stty: error: NO such device or address 第四行才是我想要的显示的文件信息。 我在命令行上直接执行如下命令,也是同...

by ltyv - Shell - 2007-07-20 10:35:18 阅读(3546) 回复(12)

安装unix是提示如下,是什么原因? memory error loading kernel fd(64)unix.text loading ram disk image fd(64)rootfs

by xyqxt - 其他UNIX - 2006-05-22 16:35:51 阅读(1567) 回复(1)

:oops:正常 连了很多mysql后,再连一个,出现错误"error 2001: Can't create unix socket (6)",telnet、ftp也不行。用netstat -a命令发现有175个unix socket,怎样增加unix socket?

by anyone - MySQL - 2005-09-06 15:37:47 阅读(1236) 回复(0)