老師好,
我要把SQL的資料表全部轉出 (因要換電腦主機)
但其中有兩個資料表就是轉不出來, 錯誤訊息如下,
1.
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in c:\appserv\www\phpmyadmin\libraries\export\sql.php on line 246
# -------------------------------------------------------- # # 資料表格式: `y8crh_is_hostname` # DROP TABLE IF EXISTS `y8crh_is_hostname`; ; # # 列出以下資料庫的數據: `y8crh_is_hostname` #
資料庫 xoops - 資料表 y8crh_is_hostname 在 localhost 執行
錯誤
SQL 語法 :
SELECT *
FROM `xoops`.`y8crh_is_hostname`
MySQL 傳回:
#29 - File '.\xoops\y8crh_is_hostname.MYD' not found (Errcode: 2)
2.
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in c:\appserv\www\phpmyadmin\libraries\export\sql.php on line 246
# -------------------------------------------------------- # # 資料表格式: `y8crh_protector_access` # DROP TABLE IF EXISTS `y8crh_protector_access`; ; # # 列出以下資料庫的數據: `y8crh_protector_access` #
資料庫 xoops - 資料表 y8crh_protector_access 在 localhost 執行
錯誤
SQL 語法 :
SELECT *
FROM `xoops`.`y8crh_protector_access`
MySQL 傳回:
#145 - Table '.\xoops\y8crh_protector_access' is marked as crashed and should be repaired
請問這兩個資料表很重要嗎? 不要行不行呢?
如果這兩個表壞了,
我該如何處理.
謝謝老師