Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. 2018-02-19T12:23:33.870123Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)
  2. 2018-02-19T12:23:33.870208Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)
  3. 2018-02-19T12:23:34.054128Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  4. 2018-02-19T12:23:34.056591Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.21-0ubuntu0.16.04.1) starting as process 13998 ...
  5. 2018-02-19T12:23:34.062114Z 0 [Note] InnoDB: PUNCH HOLE support available
  6. 2018-02-19T12:23:34.062258Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  7. 2018-02-19T12:23:34.062334Z 0 [Note] InnoDB: Uses event mutexes
  8. 2018-02-19T12:23:34.062433Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  9. 2018-02-19T12:23:34.062503Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
  10. 2018-02-19T12:23:34.062585Z 0 [Note] InnoDB: Using Linux native AIO
  11. 2018-02-19T12:23:34.062992Z 0 [Note] InnoDB: Number of pools: 1
  12. 2018-02-19T12:23:34.063230Z 0 [Note] InnoDB: Using CPU crc32 instructions
  13. 2018-02-19T12:23:34.065502Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  14. 2018-02-19T12:23:34.076188Z 0 [Note] InnoDB: Completed initialization of buffer pool
  15. 2018-02-19T12:23:34.079652Z 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-02-19T12:23:34.092182Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  17. 2018-02-19T12:23:34.108386Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  18. 2018-02-19T12:23:34.108656Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  19. 2018-02-19T12:23:34.139068Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  20. 2018-02-19T12:23:34.141101Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  21. 2018-02-19T12:23:34.141173Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  22. 2018-02-19T12:23:34.141530Z 0 [Note] InnoDB: Waiting for purge to start
  23. 2018-02-19T12:23:34.191755Z 0 [Note] InnoDB: 5.7.21 started; log sequence number 6269351
  24. 2018-02-19T12:23:34.192378Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  25. 2018-02-19T12:23:34.192531Z 0 [Note] Plugin 'FEDERATED' is disabled.
  26. 2018-02-19T12:23:34.194122Z 0 [Note] InnoDB: Buffer pool(s) load completed at 180219 13:23:34
  27. 2018-02-19T12:23:34.199685Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  28. 2018-02-19T12:23:34.199771Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
  29. 2018-02-19T12:23:34.199870Z 0 [Note] - '127.0.0.1' resolves to '127.0.0.1';
  30. 2018-02-19T12:23:34.199953Z 0 [Note] Server socket created on IP: '127.0.0.1'.
  31. 2018-02-19T12:23:34.208353Z 0 [Note] Event Scheduler: Loaded 0 events
  32. 2018-02-19T12:23:34.208591Z 0 [Note] /usr/sbin/mysqld: ready for connections.
  33. Version: '5.7.21-0ubuntu0.16.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
  34. 2018-02-19T12:23:34.879370Z 2 [Note] Access denied for user 'root'@'localhost' (using password: NO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement