Getting this error while restoring mysql dump.
ERROR 1114 (HY000) at line 1054: The table 'actual problem' is full
Getting this error while restoring mysql dump.
ERROR 1114 (HY000) at line 1054: The table 'actual problem' is full
server memory can be full so the DB can not write the temp data. To solve it you just have to make some place on your drive. Try this as well: edit config of db:
nano /etc/my.cnf
tmp_table_size=256M max_heap_table_size=256M
restart db