0

Getting this error while restoring mysql dump.

ERROR 1114 (HY000) at line 1054: The table 'actual problem' is full

Viral Patel
  • 32,418
  • 18
  • 82
  • 110
Sanjeev
  • 21
  • 1
  • 7

1 Answers1

-1

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