简体   繁体   English

恢复MySQL转储时出错

[英]Error while restoring Mysql dump

Getting this error while restoring mysql dump. 恢复mysql转储时出现此错误。

ERROR 1114 (HY000) at line 1054: The table 'actual problem' is full 第1054行的错误1114(HY000):表“实际问题”已满

server memory can be full so the DB can not write the temp data. 服务器内存可能已满,因此DB无法写入临时数据。 To solve it you just have to make some place on your drive. 要解决该问题,您只需在驱动器上放置一些位置即可。 Try this as well: edit config of db: 也尝试一下:编辑db的配置:

nano /etc/my.cnf 纳米/etc/my.cnf

tmp_table_size=256M max_heap_table_size=256M tmp_table_size = 256M max_heap_table_size = 256M

restart db 重新启动数据库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM