Home >Database >Mysql Tutorial >mysqldump报错_MySQL

mysqldump报错_MySQL

WBOY
WBOYOriginal
2016-06-01 13:01:561308browse

在使用mysqldump命令备份整个数据库的时候,报错如下:

mysqldump: Couldn't execute 'SHOW TRIGGERS LIKE 'userlog'': Got error 28 from storage engine (1030)

查看磁盘空间

[root@localhost~]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/sda1 9.5G 9.1G 0 100% /
/dev/sda4 3.2G 70M 3.0G 3% /mnt/backup

可以看出磁盘空间不足,删除部分文件后,执行OK



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn