(145) Table ‘./addon_collect_wukong_spider‘ is marked as crashed and should be repaired解决思路

简介: (145) Table ‘./addon_collect_wukong_spider‘ is marked as crashed and should be repaired解决思路

discuz更新插件时报错“(145) Table ‘./addon_collect_wukong_spider’ is marked as

crashed and should be repaired解决办法”

解决思路

打开phpmyadmin,选择刚刚报错的表,将页面拉倒最底部,点击选中项,选择"修复表",进行修复

目录
相关文章
error: Your local changes to the following files would be overwritten by merge
error: Your local changes to the following files would be overwritten by merge
解决Mapped Statements collection already contains value for experiment4.UserMapper.listUser错误~
解决Mapped Statements collection already contains value for experiment4.UserMapper.listUser错误~
|
数据库
Caused by: java.sql.SQLException: Table ‘.\***\*****‘ is marked as crashed and should be repaired
Caused by: java.sql.SQLException: Table ‘.\***\*****‘ is marked as crashed and should be repaired
108 0
|
Java Go API
译|Don’t just check errors, handle them gracefully(二)
译|Don’t just check errors, handle them gracefully(二)
96 0
解决RuntimeError: running_mean should contain 36864 elements not 4096
一般在卷积层Conv2d后添加正则化BNBatchNormal,使得数据在relu激活前不会因为数据过大而导致网络不稳定,而我在代码中BatchNorm2d的输入通道数与前一层Conv2d的输出通道数不一致,导致报这个错,两者修改一直即可(这里修改为36864即可)。
1008 0