Guest User

Untitled

a guest
Jan 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. 2015-02-19 02:43:45 15299 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
  2. 2015-02-19 02:43:45 15299 [Note] InnoDB: Using atomics to ref count buffer pool pages
  3. 2015-02-19 02:43:45 15299 [Note] InnoDB: The InnoDB memory heap is disabled
  4. 2015-02-19 02:43:45 15299 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  5. 2015-02-19 02:43:45 15299 [Note] InnoDB: Memory barrier is not used
  6. 2015-02-19 02:43:45 15299 [Note] InnoDB: Compressed tables use zlib 1.2.3
  7. 2015-02-19 02:43:45 15299 [Note] InnoDB: Using Linux native AIO
  8. 2015-02-19 02:43:45 15299 [Note] InnoDB: Using CPU crc32 instructions
  9. 2015-02-19 02:43:45 15299 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  10. 2015-02-19 02:43:45 15299 [Note] InnoDB: Completed initialization of buffer pool
  11. 2015-02-19 02:43:45 15299 [Note] InnoDB: Highest supported file format is Barracuda.
  12. 2015-02-19 02:43:45 15299 [Note] InnoDB: Log scan progressed past the checkpoint lsn 49463
  13. 2015-02-19 02:43:45 15299 [Note] InnoDB: Database was not shutdown normally!
  14. 2015-02-19 02:43:45 15299 [Note] InnoDB: Starting crash recovery.
  15. 2015-02-19 02:43:45 15299 [Note] InnoDB: Reading tablespace information from the .ibd files...
  16. 2015-02-19 02:43:45 15299 [Note] InnoDB: Restoring possible half-written data pages
  17. 2015-02-19 02:43:45 15299 [Note] InnoDB: from the doublewrite buffer...
  18. InnoDB: Doing recovery: scanned up to log sequence number 1600607
  19. 2015-02-19 02:43:45 15299 [Note] InnoDB: Starting an apply batch of log records to the database...
  20. InnoDB: Progress in percent: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
  21. InnoDB: Apply batch completed
  22. 2015-02-19 02:43:45 15299 [Note] InnoDB: 128 rollback segment(s) are active.
  23. 2015-02-19 02:43:45 15299 [Note] InnoDB: Waiting for purge to start
  24. 2015-02-19 02:43:45 15299 [Note] InnoDB: 5.6.23 started; log sequence number 1600607
  25. 2015-02-19 02:43:45 15299 [Note] Server hostname (bind-address): '*'; port: 3306
  26. 2015-02-19 02:43:45 15299 [Note] IPv6 is available.
  27. 2015-02-19 02:43:45 15299 [Note] - '::' resolves to '::';
  28. 2015-02-19 02:43:45 15299 [Note] Server socket created on IP: '::'.
  29. 2015-02-19 02:43:45 15299 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
  30. 150219 02:43:45 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
  31.  
  32. Feb 19 01:52:15 localhost systemd: Started Network Manager Script Dispatcher Service.
  33. Feb 19 01:53:51 localhost systemd: mysqld.service operation timed out. Stopping.
  34. Feb 19 01:53:51 localhost systemd: Failed to start MySQL Community Server.
  35. Feb 19 01:53:51 localhost systemd: Unit mysqld.service entered failed state.
  36. Feb 19 01:53:51 localhost systemd: mysqld.service holdoff time over, scheduling restart.
  37. Feb 19 01:53:51 localhost systemd: Stopping MySQL Community Server...
  38. Feb 19 01:53:51 localhost systemd: Starting MySQL Community Server...
  39. Feb 19 01:53:51 localhost mysqld_safe: 150219 01:53:51 mysqld_safe Logging to '/var/log/mysqld.log'.
  40. Feb 19 01:53:51 localhost mysqld_safe: 150219 01:53:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
  41. Feb 19 01:53:52 localhost mysqld_safe: 150219 01:53:52 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
  42. Feb 19 01:55:57 localhost systemd: Created slice user-0.slice.
  43. Feb 19 01:55:57 localhost systemd: Starting Session 23 of user root.
  44. Feb 19 01:55:57 localhost systemd: Started Session 23 of user root.
  45. Feb 19 01:55:57 localhost systemd-logind: New session 23 of user root.
  46. Feb 19 01:55:57 localhost systemd: Starting Session 24 of user root.
  47. Feb 19 01:55:57 localhost systemd: Started Session 24 of user root.
  48. Feb 19 01:55:57 localhost systemd-logind: New session 24 of user root.
  49.  
  50. mysql_install_db --user=mysql -ldata=/var/lib/mysql
  51.  
  52. /usr/bin/mysql_secure_installation (it never worked before)
Add Comment
Please, Sign In to add comment