paste66

logs of docer-compose up laradock nginx mysql

Dec 12th, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.45 KB | None | 0 0
  1. $ docker-compose logs
  2. Attaching to laradock_nginx_1, laradock_php-fpm_1, laradock_workspace_1, laradock_mysql_1, laradock_applications_1, laradock_redis_1
  3. php-fpm_1             | [12-Dec-2016 09:12:22] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/aerospike.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/aerospike.so: cannot open shared object file: No such file or directory in Unknown on line 0
  4. php-fpm_1             | [12-Dec-2016 09:12:22] NOTICE: PHP message: PHP Warning:  PHP Startup: Invalid library (appears to be a Zend Extension, try loading using zend_extension=opcache.so from php.ini) in Unknown on line 0
  5. php-fpm_1             | [12-Dec-2016 09:12:22] NOTICE: fpm is running, pid 1
  6. php-fpm_1             | [12-Dec-2016 09:12:22] NOTICE: ready to handle connections
  7. php-fpm_1             | [12-Dec-2016 09:25:45] NOTICE: Terminating ...
  8. php-fpm_1             | [12-Dec-2016 09:25:45] NOTICE: exiting, bye-bye!
  9. php-fpm_1             | [12-Dec-2016 09:28:54] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/aerospike.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/aerospike.so: cannot open shared object file: No such file or directory in Unknown on line 0
  10. php-fpm_1             | [12-Dec-2016 09:28:54] NOTICE: PHP message: PHP Warning:  PHP Startup: Invalid library (appears to be a Zend Extension, try loading using zend_extension=opcache.so from php.ini) in Unknown on line 0
  11. php-fpm_1             | [12-Dec-2016 09:28:54] NOTICE: fpm is running, pid 1
  12. php-fpm_1             | [12-Dec-2016 09:28:54] NOTICE: ready to handle connections
  13. redis_1               | 1:C 12 Dec 09:12:19.691 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  14. redis_1               |                 _._
  15. redis_1               |            _.-``__ ''-._
  16. redis_1               |       _.-``    `.  `_.  ''-._           Redis 3.2.6 (00000000/0) 64 bit
  17. redis_1               |   .-`` .-```.  ```\/    _.,_ ''-._
  18. redis_1               |  (    '      ,       .-`  | `,    )     Running in standalone mode
  19. redis_1               |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
  20. redis_1               |  |    `-._   `._    /     _.-'    |     PID: 1
  21. redis_1               |   `-._    `-._  `-./  _.-'    _.-'
  22. redis_1               |  |`-._`-._    `-.__.-'    _.-'_.-'|
  23. redis_1               |  |    `-._`-._        _.-'_.-'    |           http://redis.io
  24. redis_1               |   `-._    `-._`-.__.-'_.-'    _.-'
  25. redis_1               |  |`-._`-._    `-.__.-'    _.-'_.-'|
  26. redis_1               |  |    `-._`-._        _.-'_.-'    |
  27. redis_1               |   `-._    `-._`-.__.-'_.-'    _.-'
  28. redis_1               |       `-._    `-.__.-'    _.-'
  29. redis_1               |           `-._        _.-'
  30. redis_1               |               `-.__.-'
  31. redis_1               |
  32. redis_1               | 1:M 12 Dec 09:12:19.695 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  33. redis_1               | 1:M 12 Dec 09:12:19.695 # Server started, Redis version 3.2.6
  34. redis_1               | 1:M 12 Dec 09:12:19.695 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  35. redis_1               | 1:M 12 Dec 09:12:19.695 * DB loaded from disk: 0.000 seconds
  36. redis_1               | 1:M 12 Dec 09:12:19.695 * The server is now ready to accept connections on port 6379
  37. redis_1               | 1:signal-handler (1481534745) Received SIGTERM scheduling shutdown...
  38. mysql_1               | 2016-12-12T09:12:20.096576Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  39. redis_1               | 1:M 12 Dec 09:25:45.344 # User requested shutdown...
  40. mysql_1               | 2016-12-12T09:12:20.100711Z 0 [Note] mysqld (mysqld 5.7.16) starting as process 1 ...
  41. redis_1               | 1:M 12 Dec 09:25:45.344 * Saving the final RDB snapshot before exiting.
  42. mysql_1               | 2016-12-12T09:12:20.106418Z 0 [Note] InnoDB: PUNCH HOLE support available
  43. redis_1               | 1:M 12 Dec 09:25:45.393 * DB saved on disk
  44. mysql_1               | 2016-12-12T09:12:20.106460Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  45. redis_1               | 1:M 12 Dec 09:25:45.393 # Redis is now ready to exit, bye bye...
  46. mysql_1               | 2016-12-12T09:12:20.106463Z 0 [Note] InnoDB: Uses event mutexes
  47. redis_1               | 1:C 12 Dec 09:28:51.178 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  48. mysql_1               | 2016-12-12T09:12:20.106465Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  49. redis_1               |                 _._
  50. mysql_1               | 2016-12-12T09:12:20.106467Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
  51. redis_1               |            _.-``__ ''-._
  52. mysql_1               | 2016-12-12T09:12:20.106469Z 0 [Note] InnoDB: Using Linux native AIO
  53. redis_1               |       _.-``    `.  `_.  ''-._           Redis 3.2.6 (00000000/0) 64 bit
  54. mysql_1               | 2016-12-12T09:12:20.107277Z 0 [Note] InnoDB: Number of pools: 1
  55. redis_1               |   .-`` .-```.  ```\/    _.,_ ''-._
  56. mysql_1               | 2016-12-12T09:12:20.107702Z 0 [Note] InnoDB: Using CPU crc32 instructions
  57. redis_1               |  (    '      ,       .-`  | `,    )     Running in standalone mode
  58. mysql_1               | 2016-12-12T09:12:20.112283Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  59. redis_1               |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
  60. mysql_1               | 2016-12-12T09:12:20.130056Z 0 [Note] InnoDB: Completed initialization of buffer pool
  61. redis_1               |  |    `-._   `._    /     _.-'    |     PID: 1
  62. mysql_1               | 2016-12-12T09:12:20.135610Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  63. redis_1               |   `-._    `-._  `-./  _.-'    _.-'
  64. mysql_1               | 2016-12-12T09:12:20.153378Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  65. redis_1               |  |`-._`-._    `-.__.-'    _.-'_.-'|
  66. mysql_1               | 2016-12-12T09:12:20.186844Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  67. redis_1               |  |    `-._`-._        _.-'_.-'    |           http://redis.io
  68. mysql_1               | 2016-12-12T09:12:20.186947Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  69. redis_1               |   `-._    `-._`-.__.-'_.-'    _.-'
  70. mysql_1               | 2016-12-12T09:12:20.293735Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  71. redis_1               |  |`-._`-._    `-.__.-'    _.-'_.-'|
  72. mysql_1               | 2016-12-12T09:12:20.296533Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  73. redis_1               |  |    `-._`-._        _.-'_.-'    |
  74. mysql_1               | 2016-12-12T09:12:20.296597Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  75. redis_1               |   `-._    `-._`-.__.-'_.-'    _.-'
  76. mysql_1               | 2016-12-12T09:12:20.297700Z 0 [Note] InnoDB: 5.7.16 started; log sequence number 12106309
  77. redis_1               |       `-._    `-.__.-'    _.-'
  78. mysql_1               | 2016-12-12T09:12:20.300639Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  79. redis_1               |           `-._        _.-'
  80. mysql_1               | 2016-12-12T09:12:20.301291Z 0 [Note] Plugin 'FEDERATED' is disabled.
  81. redis_1               |               `-.__.-'
  82. mysql_1               | 2016-12-12T09:12:20.308878Z 0 [Note] InnoDB: Buffer pool(s) load completed at 161212  9:12:20
  83. redis_1               |
  84. mysql_1               | 2016-12-12T09:12:20.316839Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  85. redis_1               | 1:M 12 Dec 09:28:51.196 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  86. mysql_1               | 2016-12-12T09:12:20.317734Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  87. mysql_1               | 2016-12-12T09:12:20.317859Z 0 [Note] IPv6 is available.
  88. redis_1               | 1:M 12 Dec 09:28:51.196 # Server started, Redis version 3.2.6
  89. mysql_1               | 2016-12-12T09:12:20.317884Z 0 [Note]   - '::' resolves to '::';
  90. mysql_1               | 2016-12-12T09:12:20.317904Z 0 [Note] Server socket created on IP: '::'.
  91. redis_1               | 1:M 12 Dec 09:28:51.196 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  92. mysql_1               | 2016-12-12T09:12:20.333629Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  93. redis_1               | 1:M 12 Dec 09:28:51.198 * DB loaded from disk: 0.002 seconds
  94. mysql_1               | 2016-12-12T09:12:20.333676Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  95. redis_1               | 1:M 12 Dec 09:28:51.198 * The server is now ready to accept connections on port 6379
  96. mysql_1               | 2016-12-12T09:12:20.352384Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  97. mysql_1               | 2016-12-12T09:12:20.363626Z 0 [Note] Event Scheduler: Loaded 0 events
  98. mysql_1               | 2016-12-12T09:12:20.363902Z 0 [Note] Execution of init_file '/etc/mysql/startup' started.
  99. mysql_1               | 2016-12-12T09:12:20.365315Z 0 [Note] Execution of init_file '/etc/mysql/startup' ended.
  100. mysql_1               | 2016-12-12T09:12:20.365570Z 0 [Note] mysqld: ready for connections.
  101. mysql_1               | Version: '5.7.16'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
  102. mysql_1               | 2016-12-12T09:25:45.302782Z 0 [Note] Giving 0 client threads a chance to die gracefully
  103. mysql_1               | 2016-12-12T09:25:45.304051Z 0 [Note] Shutting down slave threads
  104. mysql_1               | 2016-12-12T09:25:45.305288Z 0 [Note] Forcefully disconnecting 0 remaining clients
  105. mysql_1               | 2016-12-12T09:25:45.305388Z 0 [Note] Event Scheduler: Purging the queue. 0 events
  106. mysql_1               | 2016-12-12T09:25:45.305830Z 0 [Note] Binlog end
  107. mysql_1               | 2016-12-12T09:25:45.335699Z 0 [Note] Shutting down plugin 'ngram'
  108. mysql_1               | 2016-12-12T09:25:45.335862Z 0 [Note] Shutting down plugin 'BLACKHOLE'
  109. mysql_1               | 2016-12-12T09:25:45.335966Z 0 [Note] Shutting down plugin 'partition'
  110. mysql_1               | 2016-12-12T09:25:45.336002Z 0 [Note] Shutting down plugin 'ARCHIVE'
  111. mysql_1               | 2016-12-12T09:25:45.336019Z 0 [Note] Shutting down plugin 'MEMORY'
  112. mysql_1               | 2016-12-12T09:25:45.336179Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
  113. mysql_1               | 2016-12-12T09:25:45.336250Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
  114. mysql_1               | 2016-12-12T09:25:45.336269Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
  115. mysql_1               | 2016-12-12T09:25:45.336286Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
  116. mysql_1               | 2016-12-12T09:25:45.336377Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
  117. mysql_1               | 2016-12-12T09:25:45.336396Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
  118. mysql_1               | 2016-12-12T09:25:45.336413Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
  119. mysql_1               | 2016-12-12T09:25:45.336428Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
  120. mysql_1               | 2016-12-12T09:25:45.337903Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
  121. mysql_1               | 2016-12-12T09:25:45.338007Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
  122. mysql_1               | 2016-12-12T09:25:45.338037Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
  123. mysql_1               | 2016-12-12T09:25:45.338083Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
  124. mysql_1               | 2016-12-12T09:25:45.338655Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
  125. mysql_1               | 2016-12-12T09:25:45.338686Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
  126. mysql_1               | 2016-12-12T09:25:45.338698Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
  127. mysql_1               | 2016-12-12T09:25:45.338709Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
  128. mysql_1               | 2016-12-12T09:25:45.338718Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
  129. mysql_1               | 2016-12-12T09:25:45.338727Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
  130. mysql_1               | 2016-12-12T09:25:45.338741Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
  131. mysql_1               | 2016-12-12T09:25:45.338750Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
  132. mysql_1               | 2016-12-12T09:25:45.338759Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
  133. mysql_1               | 2016-12-12T09:25:45.338768Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
  134. mysql_1               | 2016-12-12T09:25:45.338777Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
  135. mysql_1               | 2016-12-12T09:25:45.338785Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
  136. mysql_1               | 2016-12-12T09:25:45.338801Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
  137. mysql_1               | 2016-12-12T09:25:45.338813Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
  138. mysql_1               | 2016-12-12T09:25:45.338822Z 0 [Note] Shutting down plugin 'INNODB_CMP'
  139. mysql_1               | 2016-12-12T09:25:45.338831Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
  140. mysql_1               | 2016-12-12T09:25:45.338842Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
  141. mysql_1               | 2016-12-12T09:25:45.338864Z 0 [Note] Shutting down plugin 'INNODB_TRX'
  142. mysql_1               | 2016-12-12T09:25:45.338875Z 0 [Note] Shutting down plugin 'InnoDB'
  143. mysql_1               | 2016-12-12T09:25:45.352058Z 0 [Note] InnoDB: FTS optimize thread exiting.
  144. mysql_1               | 2016-12-12T09:25:45.371031Z 0 [Note] InnoDB: Starting shutdown...
  145. mysql_1               | 2016-12-12T09:25:45.478315Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
  146. mysql_1               | 2016-12-12T09:25:45.481293Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 161212  9:25:45
  147. mysql_1               | 2016-12-12T09:25:47.170808Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12106337
  148. mysql_1               | 2016-12-12T09:25:47.203282Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  149. mysql_1               | 2016-12-12T09:25:47.203321Z 0 [Note] Shutting down plugin 'MyISAM'
  150. mysql_1               | 2016-12-12T09:25:47.203407Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
  151. mysql_1               | 2016-12-12T09:25:47.203430Z 0 [Note] Shutting down plugin 'CSV'
  152. mysql_1               | 2016-12-12T09:25:47.203434Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
  153. mysql_1               | 2016-12-12T09:25:47.203511Z 0 [Note] Shutting down plugin 'sha256_password'
  154. mysql_1               | 2016-12-12T09:25:47.203541Z 0 [Note] Shutting down plugin 'mysql_native_password'
  155. mysql_1               | 2016-12-12T09:25:47.206797Z 0 [Note] Shutting down plugin 'binlog'
  156. mysql_1               | 2016-12-12T09:25:47.211944Z 0 [Note] mysqld: Shutdown complete
  157. mysql_1               |
  158. mysql_1               | 2016-12-12T09:28:51.936847Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  159. mysql_1               | 2016-12-12T09:28:51.941073Z 0 [Note] mysqld (mysqld 5.7.16) starting as process 1 ...
  160. mysql_1               | 2016-12-12T09:28:51.959052Z 0 [Note] InnoDB: PUNCH HOLE support available
  161. mysql_1               | 2016-12-12T09:28:51.959175Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  162. mysql_1               | 2016-12-12T09:28:51.959196Z 0 [Note] InnoDB: Uses event mutexes
  163. mysql_1               | 2016-12-12T09:28:51.959207Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  164. mysql_1               | 2016-12-12T09:28:51.959216Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
  165. mysql_1               | 2016-12-12T09:28:51.959398Z 0 [Note] InnoDB: Using Linux native AIO
  166. mysql_1               | 2016-12-12T09:28:51.967320Z 0 [Note] InnoDB: Number of pools: 1
  167. mysql_1               | 2016-12-12T09:28:51.977723Z 0 [Note] InnoDB: Using CPU crc32 instructions
  168. mysql_1               | 2016-12-12T09:28:51.991782Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  169. mysql_1               | 2016-12-12T09:28:52.032050Z 0 [Note] InnoDB: Completed initialization of buffer pool
  170. mysql_1               | 2016-12-12T09:28:52.045844Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  171. mysql_1               | 2016-12-12T09:28:52.115056Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  172. mysql_1               | 2016-12-12T09:28:52.209567Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  173. mysql_1               | 2016-12-12T09:28:52.209691Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  174. mysql_1               | 2016-12-12T09:28:52.296894Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  175. mysql_1               | 2016-12-12T09:28:52.298586Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  176. mysql_1               | 2016-12-12T09:28:52.298602Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  177. mysql_1               | 2016-12-12T09:28:52.299682Z 0 [Note] InnoDB: 5.7.16 started; log sequence number 12106337
  178. mysql_1               | 2016-12-12T09:28:52.299980Z 0 [Note] Plugin 'FEDERATED' is disabled.
  179. mysql_1               | 2016-12-12T09:28:52.300850Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  180. mysql_1               | 2016-12-12T09:28:52.367289Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  181. mysql_1               | 2016-12-12T09:28:52.368732Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  182. mysql_1               | 2016-12-12T09:28:52.368775Z 0 [Note] IPv6 is available.
  183. mysql_1               | 2016-12-12T09:28:52.368828Z 0 [Note]   - '::' resolves to '::';
  184. mysql_1               | 2016-12-12T09:28:52.368905Z 0 [Note] Server socket created on IP: '::'.
  185. mysql_1               | 2016-12-12T09:28:52.416060Z 0 [Note] InnoDB: Buffer pool(s) load completed at 161212  9:28:52
  186. mysql_1               | 2016-12-12T09:28:52.418845Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  187. mysql_1               | 2016-12-12T09:28:52.419376Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  188. mysql_1               | 2016-12-12T09:28:52.472643Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  189. mysql_1               | 2016-12-12T09:28:52.527595Z 0 [Note] Event Scheduler: Loaded 0 events
  190. mysql_1               | 2016-12-12T09:28:52.527695Z 0 [Note] Execution of init_file '/etc/mysql/startup' started.
  191. mysql_1               | 2016-12-12T09:28:52.531094Z 0 [Note] Execution of init_file '/etc/mysql/startup' ended.
  192. mysql_1               | 2016-12-12T09:28:52.531301Z 0 [Note] mysqld: ready for connections.
  193. mysql_1               | Version: '5.7.16'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
Advertisement
Add Comment
Please, Sign In to add comment