jacekwilczynski

docker-compose up

Jun 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.54 KB | None | 0 0
  1. HP@HP-Komputer MINGW64 ~/Documents/programming/cjg/cojagram/docker (master)
  2. $ docker-compose up
  3. Creating network "docker_default" with the default driver
  4. Creating docker_db_test_1 ... done
  5. Creating docker_db_1 ... done
  6. Creating docker_apache_1 ... done
  7. Attaching to docker_db_test_1, docker_db_1, docker_apache_1
  8. db_test_1 | Initializing database
  9. db_1 | Initializing database
  10. apache_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
  11. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 60 ...
  12. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  13. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: The InnoDB memory heap is disabled
  14. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  15. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  16. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Compressed tables use zlib 1.2.8
  17. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Using Linux native AIO
  18. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Using SSE crc32 instructions
  19. db_test_1 | 2018-06-13 7:06:45 140676003493824 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  20. apache_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
  21. apache_1 | [Wed Jun 13 07:06:46.013604 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.2.6 configured -- resuming normal operations
  22. db_test_1 | 2018-06-13 7:06:46 140676003493824 [Note] InnoDB: Completed initialization of buffer pool
  23. db_1 | 2018-06-13 7:06:45 140269292591040 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 60 ...
  24. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  25. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: The InnoDB memory heap is disabled
  26. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  27. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  28. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Compressed tables use zlib 1.2.8
  29. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Using Linux native AIO
  30. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Using SSE crc32 instructions
  31. db_test_1 | 2018-06-13 7:06:46 140676003493824 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  32. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  33. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Completed initialization of buffer pool
  34. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  35. db_test_1 | 2018-06-13 7:06:46 140676003493824 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  36. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  37. db_test_1 | 2018-06-13 7:06:46 140676003493824 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  38. db_1 | 2018-06-13 7:06:46 140269292591040 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  39. db_test_1 | 2018-06-13 7:06:47 140676003493824 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  40. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  41. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Warning] InnoDB: New log files created, LSN=45781
  42. db_1 | 2018-06-13 7:06:47 140269292591040 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  43. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  44. db_1 | 2018-06-13 7:06:48 140269292591040 [Warning] InnoDB: New log files created, LSN=45781
  45. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Doublewrite buffer not found: creating new
  46. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Doublewrite buffer created
  47. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Doublewrite buffer not found: creating new
  48. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Doublewrite buffer created
  49. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: 128 rollback segment(s) are active.
  50. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: 128 rollback segment(s) are active.
  51. db_1 | 2018-06-13 7:06:48 140269292591040 [Warning] InnoDB: Creating foreign key constraint system tables.
  52. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Warning] InnoDB: Creating foreign key constraint system tables.
  53. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Foreign key constraint system tables created
  54. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Foreign key constraint system tables created
  55. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Creating tablespace and datafile system tables.
  56. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Creating tablespace and datafile system tables.
  57. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Tablespace and datafile system tables created.
  58. db_test_1 | 2018-06-13 7:06:48 140676003493824 [Note] InnoDB: Waiting for purge to start
  59. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Tablespace and datafile system tables created.
  60. db_1 | 2018-06-13 7:06:48 140269292591040 [Note] InnoDB: Waiting for purge to start
  61. db_test_1 | 2018-06-13 7:06:49 140676003493824 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 0
  62. db_1 | 2018-06-13 7:06:49 140269292591040 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 0
  63. db_test_1 | 2018-06-13 7:06:49 140675215484672 [Note] InnoDB: Dumping buffer pool(s) not yet started
  64. db_test_1 | 2018-06-13 7:06:51 140583058245568 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 89 ...
  65. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  66. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: The InnoDB memory heap is disabled
  67. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  68. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  69. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Compressed tables use zlib 1.2.8
  70. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Using Linux native AIO
  71. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Using SSE crc32 instructions
  72. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  73. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Completed initialization of buffer pool
  74. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Highest supported file format is Barracuda.
  75. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: 128 rollback segment(s) are active.
  76. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Waiting for purge to start
  77. db_test_1 | 2018-06-13 7:06:52 140583058245568 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616697
  78. db_1 | 2018-06-13 7:06:49 140268502214400 [Note] InnoDB: Dumping buffer pool(s) not yet started
  79. db_1 | 2018-06-13 7:06:52 140375905404864 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 89 ...
  80. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  81. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: The InnoDB memory heap is disabled
  82. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  83. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  84. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Compressed tables use zlib 1.2.8
  85. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Using Linux native AIO
  86. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Using SSE crc32 instructions
  87. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  88. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Completed initialization of buffer pool
  89. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Highest supported file format is Barracuda.
  90. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: 128 rollback segment(s) are active.
  91. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Waiting for purge to start
  92. db_1 | 2018-06-13 7:06:53 140375905404864 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616697
  93. db_test_1 | 2018-06-13 7:06:52 140582269708032 [Note] InnoDB: Dumping buffer pool(s) not yet started
  94. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 118 ...
  95. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  96. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: The InnoDB memory heap is disabled
  97. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  98. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  99. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Compressed tables use zlib 1.2.8
  100. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Using Linux native AIO
  101. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Using SSE crc32 instructions
  102. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  103. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Completed initialization of buffer pool
  104. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Highest supported file format is Barracuda.
  105. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: 128 rollback segment(s) are active.
  106. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Waiting for purge to start
  107. db_test_1 | 2018-06-13 7:06:55 139680270952384 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616707
  108. db_1 | 2018-06-13 7:06:53 140375117227776 [Note] InnoDB: Dumping buffer pool(s) not yet started
  109. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] /usr/sbin/mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 118 ...
  110. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  111. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: The InnoDB memory heap is disabled
  112. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  113. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  114. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Compressed tables use zlib 1.2.8
  115. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Using Linux native AIO
  116. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Using SSE crc32 instructions
  117. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  118. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Completed initialization of buffer pool
  119. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Highest supported file format is Barracuda.
  120. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: 128 rollback segment(s) are active.
  121. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Waiting for purge to start
  122. db_1 | 2018-06-13 7:06:56 140467452680128 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616707
  123. db_test_1 | 2018-06-13 7:06:55 139679483520768 [Note] InnoDB: Dumping buffer pool(s) not yet started
  124. db_test_1 |
  125. db_test_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  126. db_test_1 | To do so, start the server, then issue the following commands:
  127. db_test_1 |
  128. db_test_1 | '/usr/bin/mysqladmin' -u root password 'new-password'
  129. db_test_1 | '/usr/bin/mysqladmin' -u root -h password 'new-password'
  130. db_test_1 |
  131. db_test_1 | Alternatively you can run:
  132. db_test_1 | '/usr/bin/mysql_secure_installation'
  133. db_test_1 |
  134. db_test_1 | which will also give you the option of removing the test
  135. db_test_1 | databases and anonymous user created by default. This is
  136. db_test_1 | strongly recommended for production servers.
  137. db_test_1 |
  138. db_test_1 | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  139. db_test_1 | MySQL manual for more instructions.
  140. db_test_1 |
  141. db_test_1 | Please report any problems at http://mariadb.org/jira
  142. db_test_1 |
  143. db_test_1 | The latest information about MariaDB is available at http://mariadb.org/.
  144. db_test_1 | You can find additional information about the MySQL part at:
  145. db_test_1 | http://dev.mysql.com
  146. db_test_1 | Consider joining MariaDB's strong and vibrant community:
  147. db_test_1 | https://mariadb.org/get-involved/
  148. db_test_1 |
  149. db_test_1 | Database initialized
  150. db_test_1 | MySQL init process in progress...
  151. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 151 ...
  152. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  153. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: The InnoDB memory heap is disabled
  154. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  155. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  156. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Compressed tables use zlib 1.2.8
  157. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Using Linux native AIO
  158. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Using SSE crc32 instructions
  159. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  160. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Completed initialization of buffer pool
  161. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Highest supported file format is Barracuda.
  162. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: 128 rollback segment(s) are active.
  163. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Waiting for purge to start
  164. db_test_1 | 2018-06-13 7:06:58 140531638458304 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616717
  165. db_test_1 | 2018-06-13 7:06:59 140530847540992 [Note] InnoDB: Dumping buffer pool(s) not yet started
  166. db_test_1 | 2018-06-13 7:06:59 140531638458304 [Note] Plugin 'FEEDBACK' is disabled.
  167. db_test_1 | 2018-06-13 7:06:59 140531638458304 [Warning] 'user' entry 'root@768fe397decf' ignored in --skip-name-resolve mode.
  168. db_test_1 | 2018-06-13 7:06:59 140531638458304 [Warning] 'proxies_priv' entry '@% root@768fe397decf' ignored in --skip-name-resolve mode.
  169. db_1 | 2018-06-13 7:06:56 140466662106880 [Note] InnoDB: Dumping buffer pool(s) not yet started
  170. db_1 |
  171. db_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  172. db_1 | To do so, start the server, then issue the following commands:
  173. db_1 |
  174. db_1 | '/usr/bin/mysqladmin' -u root password 'new-password'
  175. db_1 | '/usr/bin/mysqladmin' -u root -h password 'new-password'
  176. db_1 |
  177. db_1 | Alternatively you can run:
  178. db_1 | '/usr/bin/mysql_secure_installation'
  179. db_1 |
  180. db_1 | which will also give you the option of removing the test
  181. db_1 | databases and anonymous user created by default. This is
  182. db_1 | strongly recommended for production servers.
  183. db_1 |
  184. db_1 | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  185. db_1 | MySQL manual for more instructions.
  186. db_1 |
  187. db_1 | Please report any problems at http://mariadb.org/jira
  188. db_1 |
  189. db_1 | The latest information about MariaDB is available at http://mariadb.org/.
  190. db_1 | You can find additional information about the MySQL part at:
  191. db_1 | http://dev.mysql.com
  192. db_1 | Consider joining MariaDB's strong and vibrant community:
  193. db_1 | https://mariadb.org/get-involved/
  194. db_1 |
  195. db_1 | Database initialized
  196. db_1 | MySQL init process in progress...
  197. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 151 ...
  198. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  199. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: The InnoDB memory heap is disabled
  200. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  201. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  202. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Compressed tables use zlib 1.2.8
  203. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Using Linux native AIO
  204. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Using SSE crc32 instructions
  205. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  206. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Completed initialization of buffer pool
  207. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Highest supported file format is Barracuda.
  208. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: 128 rollback segment(s) are active.
  209. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Waiting for purge to start
  210. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616717
  211. db_1 | 2018-06-13 7:06:59 139705471428352 [Note] InnoDB: Dumping buffer pool(s) not yet started
  212. db_1 | 2018-06-13 7:06:59 139706258855872 [Note] Plugin 'FEEDBACK' is disabled.
  213. db_1 | 2018-06-13 7:07:00 139706258855872 [Warning] 'user' entry 'root@e3cde64b7e12' ignored in --skip-name-resolve mode.
  214. db_1 | 2018-06-13 7:07:00 139706258855872 [Warning] 'proxies_priv' entry '@% root@e3cde64b7e12' ignored in --skip-name-resolve mode.
  215. db_test_1 | 2018-06-13 7:06:59 140531638458304 [Note] mysqld: ready for connections.
  216. db_test_1 | Version: '10.1.33-MariaDB-1~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
  217. db_1 | 2018-06-13 7:07:00 139706258855872 [Note] mysqld: ready for connections.
  218. db_1 | Version: '10.1.33-MariaDB-1~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
  219. db_test_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  220. db_test_1 | 2018-06-13 7:07:04 140531637590784 [Warning] 'proxies_priv' entry '@% root@768fe397decf' ignored in --skip-name-resolve mode.
  221. db_test_1 |
  222. db_test_1 | 2018-06-13 7:07:04 140531637287680 [Note] mysqld: Normal shutdown
  223. db_test_1 | 2018-06-13 7:07:04 140531637287680 [Note] Event Scheduler: Purging the queue. 0 events
  224. db_test_1 | 2018-06-13 7:07:04 140530872719104 [Note] InnoDB: FTS optimize thread exiting.
  225. db_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  226. db_1 | 2018-06-13 7:07:04 139706257988352 [Warning] 'proxies_priv' entry '@% root@e3cde64b7e12' ignored in --skip-name-resolve mode.
  227. db_1 |
  228. db_1 | 2018-06-13 7:07:04 139706257685248 [Note] mysqld: Normal shutdown
  229. db_1 | 2018-06-13 7:07:04 139706257685248 [Note] Event Scheduler: Purging the queue. 0 events
  230. db_1 | 2018-06-13 7:07:04 139705496606464 [Note] InnoDB: FTS optimize thread exiting.
  231. db_test_1 | 2018-06-13 7:07:04 140531637287680 [Note] InnoDB: Starting shutdown...
  232. db_1 | 2018-06-13 7:07:04 139706257685248 [Note] InnoDB: Starting shutdown...
  233. db_1 | 2018-06-13 7:07:05 139706257685248 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
  234. db_1 | 2018-06-13 7:07:06 139706257685248 [Note] InnoDB: Shutdown completed; log sequence number 1616727
  235. db_test_1 | 2018-06-13 7:07:05 140531637287680 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
  236. db_1 | 2018-06-13 7:07:06 139706257685248 [Note] mysqld: Shutdown complete
  237. db_1 |
  238. db_1 |
  239. db_1 | MySQL init process done. Ready for start up.
  240. db_test_1 | 2018-06-13 7:07:06 140531637287680 [Note] InnoDB: Shutdown completed; log sequence number 1616727
  241. db_test_1 | 2018-06-13 7:07:06 140531637287680 [Note] mysqld: Shutdown complete
  242. db_test_1 |
  243. db_test_1 |
  244. db_test_1 | MySQL init process done. Ready for start up.
  245. db_1 |
  246. db_test_1 |
  247. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 1 ...
  248. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  249. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: The InnoDB memory heap is disabled
  250. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  251. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  252. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Compressed tables use zlib 1.2.8
  253. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Using Linux native AIO
  254. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Using SSE crc32 instructions
  255. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  256. db_1 | 2018-06-13 7:07:06 139771021731776 [Note] InnoDB: Completed initialization of buffer pool
  257. db_test_1 | 2018-06-13 7:07:06 139907577415616 [Note] mysqld (mysqld 10.1.33-MariaDB-1~jessie) starting as process 1 ...
  258. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  259. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: The InnoDB memory heap is disabled
  260. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  261. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  262. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Compressed tables use zlib 1.2.8
  263. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Using Linux native AIO
  264. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Using SSE crc32 instructions
  265. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Initializing buffer pool, size = 256.0M
  266. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] InnoDB: Highest supported file format is Barracuda.
  267. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] InnoDB: 128 rollback segment(s) are active.
  268. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Completed initialization of buffer pool
  269. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] InnoDB: Waiting for purge to start
  270. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616727
  271. db_1 | 2018-06-13 7:07:07 139770231482112 [Note] InnoDB: Dumping buffer pool(s) not yet started
  272. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Highest supported file format is Barracuda.
  273. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] Plugin 'FEEDBACK' is disabled.
  274. db_1 | 2018-06-13 7:07:07 139771021731776 [Note] Server socket created on IP: '::'.
  275. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: 128 rollback segment(s) are active.
  276. db_1 | 2018-06-13 7:07:07 139771021731776 [Warning] 'proxies_priv' entry '@% root@e3cde64b7e12' ignored in --skip-name-resolve mode.
  277. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Waiting for purge to start
  278. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.39-83.1 started; log sequence number 1616727
  279. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] Plugin 'FEEDBACK' is disabled.
  280. db_test_1 | 2018-06-13 7:07:07 139906789631744 [Note] InnoDB: Dumping buffer pool(s) not yet started
  281. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Note] Server socket created on IP: '::'.
  282. db_test_1 | 2018-06-13 7:07:07 139907577415616 [Warning] 'proxies_priv' entry '@% root@768fe397decf' ignored in --skip-name-resolve mode.
Advertisement
Add Comment
Please, Sign In to add comment