Troubleshooting of MySQL errors: Difference between revisions
Jump to navigation
Jump to search
m
→resolve insufficient hard disk space where mysql data located
(ERROR 1305) |
|||
| Line 535: | Line 535: | ||
solution: Using the naive mysqldump command to generate the backup file. And import the backup by using mysql command. | solution: Using the naive mysqldump command to generate the backup file. And import the backup by using mysql command. | ||
== | == Resolve insufficient hard disk space where mysql data located == | ||
[http://errerrors.blogspot.com/2016/07/mysql.html Err: 解決 MySQL 資料庫所在硬碟空間不足的狀況] | [http://errerrors.blogspot.com/2016/07/mysql.html Err: 解決 MySQL 資料庫所在硬碟空間不足的狀況] | ||