MySQL ERROR 1114 (HY000) at line 2137: The table ‘X’ is full
When restoring a MySQL database, I get the following error root@localhost:~# mysql -u sok_user -p’serverok123′ sok_db < parkingcupid.sql ERROR 1114 (HY000) at line 2137: The table 'field_data_field_monthly_price' is full root@localhost:~ How to fix ERROR 1114 (HY000) table is full? First, check if the disk on the server is full. df -h In my case server ... Read more