Advertisement
peetaur

mysql 5.5.34 can't create an index on an empty table

Jan 16th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. 140116 10:58:39 InnoDB: Error: Write to file (merge) failed at offset 0 0.
  2. InnoDB: 1048576 bytes should have been written, only 1015808 were written.
  3. InnoDB: Operating system error number 2.
  4. InnoDB: Check that your OS and file system support files of this size.
  5. InnoDB: Check also that the disk is not full or a disk quota exceeded.
  6. InnoDB: Error number 2 means 'No such file or directory'.
  7. InnoDB: Some operating system error numbers are described at
  8. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
  9. 140116 10:58:39 [ERROR] /usr/sbin/mysqld: The table 'cloud_usage' is full
  10.  
  11. Solution: apt-get purge mysql-server-... (everything you see in dpkg --get-selections | grep mysql)
  12. And then (optionally har har) reinstall mysql, and it seems to work properly again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement