星期一, 1 二月 2010
MySQL 表修复
« Solaris 10 下编译PHP-5.2.5遇到的问题 | Main | UNIX 下通过umask来设置新文件的默认权限 »
重启服务器后程序抛出如下错误:
--- Cause: java.sql.SQLException: Incorrect key file for table './nj040/viewpagetime.MYI'; try to repair it
看来表造成了损坏,运行如下命令:
repair table viewpagetime;
问题得到解决。
--- Cause: java.sql.SQLException: Incorrect key file for table './nj040/viewpagetime.MYI'; try to repair it
看来表造成了损坏,运行如下命令:
repair table viewpagetime;
问题得到解决。
Posted by at 7:49 下午 in 未分类
[Trackback URL for this entry]