檢查資料表的正確性
◎ 針對 MyISAM 資料表
myisamchk file_name.MYI
一般檢查
myisamchk --medium-check file_name.MYI
中等檢查
myisamchk --extend-check file_name.MYI
徹底檢查
myisamchk --recover --quick file_name.MYI
myisamchk --recover file_name.MYI
myisamchk --safe-recover --quick file_name.MYI
修護資料表
◎ 針對 ISAM 資料表
isamchk file_name.ISM
一般檢查
isamchk --medium-check file_name.ISM
中等檢查
isamchk --extend-check file_name.ISM
徹底檢查
isamchk --recover --quick file_name.ISM
isamchk --recover file_name.ISM
isamchk --safe-recover --quick file_name.ISM
修護資料表
◎ 針對 MyISAM 資料表
myisamchk file_name.MYI
一般檢查
myisamchk --medium-check file_name.MYI
中等檢查
myisamchk --extend-check file_name.MYI
徹底檢查
myisamchk --recover --quick file_name.MYI
myisamchk --recover file_name.MYI
myisamchk --safe-recover --quick file_name.MYI
修護資料表
◎ 針對 ISAM 資料表
isamchk file_name.ISM
一般檢查
isamchk --medium-check file_name.ISM
中等檢查
isamchk --extend-check file_name.ISM
徹底檢查
isamchk --recover --quick file_name.ISM
isamchk --recover file_name.ISM
isamchk --safe-recover --quick file_name.ISM
修護資料表
全站熱搜
留言列表