Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. # sudo docker-compose up
  2. [sudo] password for atannus:
  3. Starting comzimoveiswww_mysql_1 ... done
  4. Starting comzimoveiswww_web_1 ... done
  5. Starting comzimoveiswww_php_1 ... done
  6. Attaching to comzimoveiswww_mysql_1, comzimoveiswww_web_1, comzimoveiswww_php_1
  7. mysql_1 | 2019-06-25T13:06:57.135163Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  8. mysql_1 | 2019-06-25T13:06:57.136079Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
  9. mysql_1 | 2019-06-25T13:06:57.138026Z 0 [Note] InnoDB: PUNCH HOLE support available
  10. mysql_1 | 2019-06-25T13:06:57.138037Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  11. mysql_1 | 2019-06-25T13:06:57.138040Z 0 [Note] InnoDB: Uses event mutexes
  12. mysql_1 | 2019-06-25T13:06:57.138042Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  13. mysql_1 | 2019-06-25T13:06:57.138044Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  14. mysql_1 | 2019-06-25T13:06:57.138046Z 0 [Note] InnoDB: Using Linux native AIO
  15. php_1 | [25-Jun-2019 13:06:57] NOTICE: fpm is running, pid 1
  16. mysql_1 | 2019-06-25T13:06:57.138233Z 0 [Note] InnoDB: Number of pools: 1
  17. php_1 | [25-Jun-2019 13:06:57] NOTICE: ready to handle connections
  18. mysql_1 | 2019-06-25T13:06:57.138352Z 0 [Note] InnoDB: Using CPU crc32 instructions
  19. mysql_1 | 2019-06-25T13:06:57.139427Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  20. mysql_1 | 2019-06-25T13:06:57.144197Z 0 [Note] InnoDB: Completed initialization of buffer pool
  21. mysql_1 | 2019-06-25T13:06:57.145661Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  22. mysql_1 | 2019-06-25T13:06:57.156712Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  23. mysql_1 | 2019-06-25T13:06:57.169407Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  24. mysql_1 | 2019-06-25T13:06:57.169473Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  25. mysql_1 | 2019-06-25T13:06:57.205613Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  26. mysql_1 | 2019-06-25T13:06:57.206129Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  27. mysql_1 | 2019-06-25T13:06:57.206135Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  28. mysql_1 | 2019-06-25T13:06:57.206704Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 17396945
  29. mysql_1 | 2019-06-25T13:06:57.206790Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  30. mysql_1 | 2019-06-25T13:06:57.206968Z 0 [Note] Plugin 'FEDERATED' is disabled.
  31. mysql_1 | 2019-06-25T13:06:57.208783Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190625 13:06:57
  32. mysql_1 | 2019-06-25T13:06:57.209723Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  33. mysql_1 | 2019-06-25T13:06:57.209873Z 0 [Warning] CA certificate ca.pem is self signed.
  34. mysql_1 | 2019-06-25T13:06:57.211325Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  35. mysql_1 | 2019-06-25T13:06:57.211358Z 0 [Note] IPv6 is available.
  36. mysql_1 | 2019-06-25T13:06:57.211365Z 0 [Note] - '::' resolves to '::';
  37. mysql_1 | 2019-06-25T13:06:57.211375Z 0 [Note] Server socket created on IP: '::'.
  38. mysql_1 | 2019-06-25T13:06:57.220778Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  39. mysql_1 | 2019-06-25T13:06:57.229377Z 0 [Note] Event Scheduler: Loaded 0 events
  40. mysql_1 | 2019-06-25T13:06:57.229496Z 0 [Note] mysqld: ready for connections.
  41. mysql_1 | Version: '5.7.26' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement