mysql错误“Got error 134 from storage engine”
公司的MYSQL服务器一直报错:“Got error 134 from storage engine”,请教高手这是什么原因,有解决办法吗?
REPAIR TABLE xxx 一下。
SQL code:
C:\Documents and Settings\zxh>perror 134
MySQL error code 134: Record was already deleted (or record file crashed)
Win32 error code 134: 试图在已被合并的驱动器上使用 JOIN 或 SUBST 命令。
End_rbody_60093755//-->
该回复于2009-09-27 01:42:19被版主删除
对我有用[0]
丢个板砖[0]
引用
举报
管理
TOP
相关问答:
MySql中插入当前时间的该怎么写啊?
now()
SQL code:
sql里是:
getdate()
引用
now()
学习
SQL code:
select now();
SQL code:
TODAY()
?
SQL code:
select now();
/* ......
假如数据库中有个test表,表中有id,Name,num,记录时间
id为自增长主键,name是名字,num表示其数量
1 nike 100 系统时间
2 nike 300 &n ......
我以前安装了一次,后来卸载了,现在再安装的时候,提示错误:Error 1305.Error reading from file C:DOCUME~1\LOCALS~1\Temp\mysql_server.msi.Verify that the file exists and that you can access it.
可是我找 ......
select * from table where '123456789' like '%'+字段表+'%'
这句sql在sqlserver下通过,在mysql下有报错,mysql下如何实现这样的查询呢
SQL code:
select * from table whe ......
在三十讲遇到这样一个问题就是运行代码时出现错误 Fatal error: Call to undefined method mysql::fetch_array() in D:\WWW\news\index.php on line 12
,我把mysql::fetch_array() 改成mysql::fetch_row() 又出现F ......