原文:數據庫備份的時候報錯:mysqldump: Got error: 1146: Table 'enwei_hq.tb_classification' doesn't exist when using LOCK TABLES

固定的有定時備份數據庫的腳本一直在跑,但是發現這兩天備份的數據庫有異常,大小只有 . M,正常大小是 M,數據庫備份有異常。 手工執行下備份腳本有報錯信息:mysqldump: Got error: : Table enwei hq.tb classification doesn t exist when using LOCK TABLES 提示在備份的時候數據庫enwei hq里的表tb cla ...

2021-11-25 15:24 0 1279 推薦指數:

查看詳情

mysqldump備份數據庫時出現when using LOCK TABLES

mysqldump備份數據庫時,如果出現when using LOCK TABLES,解決辦法是加上 --skip-lock-tables 例如: 用mysqldump備份數據庫時出現 29: File './sq_ziyou/uc_applications.MYD'not found ...

Thu May 01 02:26:00 CST 2014 0 3786
MySQL Error 1146 Table doesn't exist

可能產生1146錯誤的原因:·innodb發生crash並丟失數據文件·數據目錄沒有合適的訪問權限·表中的數據發生損壞·.frm文件丟失 解決方案:·備份還原·重啟mysql server(如果mysql server異常關閉,重啟有可能會解決問題)·修復數據庫表(check table ...

Mon Apr 13 19:10:00 CST 2020 0 7278
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM