Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. 2017-01-20 21:40:03 7fff79bb0000 InnoDB: Operating system error number 2 in a file operation.
  2. InnoDB: The error means the system cannot find the path specified.
  3. InnoDB: If you are installing InnoDB, remember that you must create
  4. InnoDB: directories yourself, InnoDB does not create them.
  5. InnoDB: Error: could not open single-table tablespace file ./yunityproject_wordpress/wp_comments.ibd
  6. InnoDB: We do not continue the crash recovery, because the table may become
  7. InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
  8. InnoDB: To fix the problem and start mysqld:
  9. InnoDB: 1) If there is a permission problem in the file and mysqld cannot
  10. InnoDB: open the file, you should modify the permissions.
  11. InnoDB: 2) If the table is not needed, or you can restore it from a backup,
  12. InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
  13. InnoDB: crash recovery and ignore that table.
  14. InnoDB: 3) If the file system or the disk is broken, and you cannot remove
  15. InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
  16. InnoDB: and force InnoDB to continue crash recovery here.
  17. 170120 21:40:04 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement