Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. 2018-10-21T13:14:27.700363Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
  2. 2018-10-21T13:14:27.701163Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
  3. 2018-10-21T13:14:28.258677Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  4. 2018-10-21T13:14:28.263524Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.23-0ubuntu0.16.04.1) starting as process 6911 ...
  5. 2018-10-21T13:14:28.307952Z 0 [Note] InnoDB: PUNCH HOLE support available
  6. 2018-10-21T13:14:28.307997Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  7. 2018-10-21T13:14:28.308002Z 0 [Note] InnoDB: Uses event mutexes
  8. 2018-10-21T13:14:28.308006Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  9. 2018-10-21T13:14:28.308010Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
  10. 2018-10-21T13:14:28.308013Z 0 [Note] InnoDB: Using Linux native AIO
  11. 2018-10-21T13:14:28.310952Z 0 [Note] InnoDB: Number of pools: 1
  12. 2018-10-21T13:14:28.314338Z 0 [Note] InnoDB: Using CPU crc32 instructions
  13. 2018-10-21T13:14:28.321406Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  14. 2018-10-21T13:14:28.349102Z 0 [Note] InnoDB: Completed initialization of buffer pool
  15. 2018-10-21T13:14:28.364279Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  16. 2018-10-21T13:14:28.387676Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  17. 2018-10-21T13:14:28.399277Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 844562802402
  18. 2018-10-21T13:14:28.399324Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 844562802411
  19. 2018-10-21T13:14:28.399330Z 0 [Note] InnoDB: Database was not shutdown normally!
  20. 2018-10-21T13:14:28.399335Z 0 [Note] InnoDB: Starting crash recovery.
  21. 2018-10-21T13:14:30.697949Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  22. 2018-10-21T13:14:30.698877Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  23. 2018-10-21T13:14:30.699015Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  24. 2018-10-21T13:14:30.753490Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  25. 2018-10-21T13:14:30.754596Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  26. 2018-10-21T13:14:30.754620Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  27. 2018-10-21T13:14:30.763303Z 0 [Note] InnoDB: Waiting for purge to start
  28. 2018-10-21T13:14:30.815380Z 0 [Note] InnoDB: 5.7.23 started; log sequence number 844562802411
  29. 2018-10-21T13:14:30.816959Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  30. 2018-10-21T13:14:30.819876Z 0 [Note] Plugin 'FEDERATED' is disabled.
  31. 2018-10-21T13:14:30.884402Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  32. 2018-10-21T13:14:30.884475Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
  33. 2018-10-21T13:14:30.884581Z 0 [Note] - '127.0.0.1' resolves to '127.0.0.1';
  34. 2018-10-21T13:14:30.884668Z 0 [Note] Server socket created on IP: '127.0.0.1'.
  35. 2018-10-21T13:14:31.114743Z 0 [Note] Event Scheduler: Loaded 0 events
  36. 2018-10-21T13:14:31.115055Z 0 [Note] /usr/sbin/mysqld: ready for connections.
  37. Version: '5.7.23-0ubuntu0.16.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
  38. 2018-10-21T13:14:31.181812Z 2 [ERROR] /usr/sbin/mysqld: Table './iLoveBacons/xf_session' is marked as crashed and should be repaired
  39. 2018-10-21T13:14:31.190854Z 2 [Warning] Checking table: './iLoveBacons/xf_session'
  40. 2018-10-21T13:14:31.696928Z 5 [Note] Access denied for user 'root'@'localhost' (using password: NO)
  41. 2018-10-21T13:14:32.402166Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181021 9:14:32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement