Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[BUG] uch 数据库出错,怎么解决.求助

[复制链接]
cnjelly 发表于 2008-7-3 10:34:07 | 显示全部楼层 |阅读模式
uch_log这个表损坏了,怎么修复呀.

错误
SQL 查询:  

SHOW INDEX FROM `uch_log` ;

MySQL 返回:

#145 - Table '.\uchome\uch_log' is marked as crashed and should be repaired
茄子 发表于 2008-7-4 09:42:21 | 显示全部楼层
uch_log这个表去phpmyadmin里面修复下
https://discuz.dismall.com/viewth ... ght=%2B%C7%D1%D7%D3
或者重新建立下这个表
CREATE TABLE uch_log (
  logid mediumint(8) unsigned NOT NULL auto_increment,
  id mediumint(8) unsigned NOT NULL default '0',
  idtype char(20) NOT NULL default '',
  PRIMARY KEY  (logid)
) ENGINE=MyISAM;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-24 16:47 , Processed in 0.026315 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表