使用Adminer.PHP 備份超大DB 要匯入 XAMPP/usbwebserver重建系統 會遇到的錯誤訊息和解決方法 ~ Copilot
使用Adminer.PHP 備份超大DB 要匯入 XAMPP/usbwebserver重建系統 會遇到的錯誤訊息和解決方法 ~ Copilot
因為VPS前天掛掉一整天(居安思危),趕快在來備份並且試著要在WINDOWS/LINUX上還原,但是都無法一次性成功,所以特地將遇到困難和解決方法記錄下來。
01.查詢發生錯誤 (1153): Got a packet bigger than ‘max_allowed_packet’ bytes
解決方法: (修改 my.cnf or my.ini)
[mysqld] max_allowed_packet = 300M
02.查詢發生錯誤 (1118): The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
解決方法: (修改 my.cnf or my.ini)
[mysqld] innodb_log_file_size = 256M