2016-09-17 分類: 網(wǎng)站建設
mysqldump備份數(shù)據(jù)庫報錯
mysqldump -u root -p --all-databases > /data1/www/20180815.sql;
出現(xiàn)錯誤:
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.mysqldump: Got error: 1016: Can't open file: './shsbim/pre_ucenter_protectedmembers.frm' (errno: 24) when using LOCK TABLES
修改成:
mysqldump -u root -p --events --ignore-table=mysql.events --all-databases > /data1/www/20180815.sql;報錯:
mysqldump: Got error: 1016: Can't open file: './shsbim/pre_ucenter_protectedmembers.frm' (errno: 24) when using LOCK TABLES
最后發(fā)現(xiàn)修改 my.cnf 配置文件,在 mysqld 下修改
[mysqld]open_files_limit = 65535
重啟mysql 最后備份成功。
網(wǎng)頁題目:mysqldump備份數(shù)據(jù)庫報錯
網(wǎng)頁URL:http://jinyejixie.com/news/46425.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供微信小程序、品牌網(wǎng)站設計、網(wǎng)站設計公司、App設計、網(wǎng)站設計、網(wǎng)站策劃
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容