Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.47 KB | None | 0 0
  1. # mysqld --log-error=/root/mysql_wft_log
  2. 130803 18:00:04 [Note] Plugin 'FEDERATED' is disabled.
  3. 130803 18:00:04 InnoDB: The InnoDB memory heap is disabled
  4. 130803 18:00:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  5. 130803 18:00:04 InnoDB: Compressed tables use zlib 1.2.3
  6. 130803 18:00:04 InnoDB: Using Linux native AIO
  7. 130803 18:00:04 InnoDB: Warning: innodb_file_io_threads is deprecated. Please use innodb_read_io_threads and innodb_write_io_threads instead
  8. 130803 18:00:04 InnoDB: Initializing buffer pool, size = 4.0G
  9. 130803 18:00:04 InnoDB: Completed initialization of buffer pool
  10. 130803 18:00:04 InnoDB: highest supported file format is Barracuda.
  11. InnoDB: Log scan progressed past the checkpoint lsn 537210815873
  12. 130803 18:00:04  InnoDB: Database was not shut down normally!
  13. InnoDB: Starting crash recovery.
  14. InnoDB: Reading tablespace information from the .ibd files...
  15. InnoDB: Restoring possible half-written data pages from the doublewrite
  16. InnoDB: buffer...
  17. InnoDB: Doing recovery: scanned up to log sequence number 537212366959
  18. InnoDB: Error: tried to read 16384 bytes at offset 0 4931584.
  19. InnoDB: Was only able to read 0.
  20. 130803 18:00:22  InnoDB: Operating system error number 5 in a file operation.
  21. InnoDB: Error number 5 means 'Input/output error'.
  22. InnoDB: Some operating system error numbers are described at
  23. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
  24. InnoDB: File operation call: 'read'.
  25. InnoDB: Cannot continue operation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement