Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. 191122 14:16:26 mysqld_safe Logging to '/var/db/mysql/pm2-64.err'.
  2. 191122 14:16:26 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
  3. 2019-11-22 14:16:26 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  4. 2019-11-22 14:16:26 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.45) starting as process 14637 ...
  5. 2019-11-22 14:16:26 14637 [Note] Plugin 'FEDERATED' is disabled.
  6. 2019-11-22 14:16:26 14637 [Note] InnoDB: Using atomics to ref count buffer pool pages
  7. 2019-11-22 14:16:26 14637 [Note] InnoDB: The InnoDB memory heap is disabled
  8. 2019-11-22 14:16:26 14637 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  9. 2019-11-22 14:16:26 14637 [Note] InnoDB: Memory barrier is not used
  10. 2019-11-22 14:16:26 14637 [Note] InnoDB: Compressed tables use zlib 1.2.11
  11. 2019-11-22 14:16:26 14637 [Note] InnoDB: Using CPU crc32 instructions
  12. 2019-11-22 14:16:26 14637 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  13. 2019-11-22 14:16:26 14637 [Note] InnoDB: Completed initialization of buffer pool
  14. 2019-11-22 14:16:26 14637 [Note] InnoDB: Highest supported file format is Barracuda.
  15. 2019-11-22 14:16:26 14637 [Note] InnoDB: The log sequence numbers 1607571 and 1607571 in ibdata files do not match the log sequence number 1607581 in the ib_logfiles!
  16. 2019-11-22 14:16:26 14637 [Note] InnoDB: Database was not shutdown normally!
  17. 2019-11-22 14:16:26 14637 [Note] InnoDB: Starting crash recovery.
  18. 2019-11-22 14:16:26 14637 [Note] InnoDB: Reading tablespace information from the .ibd files...
  19. 2019-11-22 14:16:26 14637 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace account/server_settings uses space ID: 5 at filepath: ./account/server_settings.ibd. Cannot open tablespace mysql/slave_worker_info which uses space ID: 5 at filepath: ./mysql/slave_worker_info.ibd
  20. 2019-11-22 14:16:26 803616000 InnoDB: Operating system error number 2 in a file operation.
  21. InnoDB: The error means the system cannot find the path specified.
  22. InnoDB: If you are installing InnoDB, remember that you must create
  23. InnoDB: directories yourself, InnoDB does not create them.
  24. InnoDB: Error: could not open single-table tablespace file ./mysql/slave_worker_info.ibd
  25. InnoDB: We do not continue the crash recovery, because the table may become
  26. InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
  27. InnoDB: To fix the problem and start mysqld:
  28. InnoDB: 1) If there is a permission problem in the file and mysqld cannot
  29. InnoDB: open the file, you should modify the permissions.
  30. InnoDB: 2) If the table is not needed, or you can restore it from a backup,
  31. InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
  32. InnoDB: crash recovery and ignore that table.
  33. InnoDB: 3) If the file system or the disk is broken, and you cannot remove
  34. InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
  35. InnoDB: and force InnoDB to continue crash recovery here.
  36. 191122 14:16:26 mysqld_safe mysqld from pid file /var/db/mysql/pm2-64.pid ended
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement