Guest User

Untitled

a guest
Jan 6th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1. version: '3.3'
  2. volumes:
  3. data:
  4. services:
  5. mysql:
  6. image: mysql:5.7
  7. ports:
  8. - "3306:3306"
  9. volumes:
  10. - data:/var/lib/mysql
  11. environment:
  12. - MYSQL_ROOT_PASSWORD=123456
  13. - MYSQL_DATABASE=loja
  14. App:
  15. image: phpmyadmin/phpmyadmin:latest
  16. links:
  17. - mysql
  18. ports:
  19. - 80:80
  20. environment:
  21. - PMA_ARBITRARY=1
  22.  
  23. Attaching to loja_App_1_808ba5614963, loja_mysql_1_f8fee6ca074f
  24. App_1_808ba5614963 | phpMyAdmin not found in /var/www/html - copying now...
  25. App_1_808ba5614963 | Complete! phpMyAdmin has been successfully copied to /var/www/html
  26. App_1_808ba5614963 | /usr/lib/python2.7/site-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
  27. App_1_808ba5614963 | 'Supervisord is running as root and it is searching '
  28. App_1_808ba5614963 | 2019-01-06 19:47:05,147 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
  29. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.574433Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  30. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.576710Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
  31. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599243Z 0 [Note] InnoDB: PUNCH HOLE support available
  32. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599281Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  33. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599291Z 0 [Note] InnoDB: Uses event mutexes
  34. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599300Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  35. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599309Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  36. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.599317Z 0 [Note] InnoDB: Using Linux native AIO
  37. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.600883Z 0 [Note] InnoDB: Number of pools: 1
  38. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.642884Z 0 [Note] InnoDB: Using CPU crc32 instructions
  39. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.646957Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  40. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.706189Z 0 [Note] InnoDB: Completed initialization of buffer pool
  41. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.726936Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  42. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.741760Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  43. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.759797Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1628983
  44. App_1_808ba5614963 | 2019-01-06 19:47:05,152 INFO Included extra file "/etc/supervisor.d/nginx.ini" during parsing
  45. App_1_808ba5614963 | 2019-01-06 19:47:05,152 INFO Included extra file "/etc/supervisor.d/php.ini" during parsing
  46. App_1_808ba5614963 | 2019-01-06 19:47:05,205 INFO RPC interface 'supervisor' initialized
  47. App_1_808ba5614963 | 2019-01-06 19:47:05,206 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  48. App_1_808ba5614963 | 2019-01-06 19:47:05,206 INFO supervisord started with pid 1
  49. App_1_808ba5614963 | 2019-01-06 19:47:06,210 INFO spawned: 'php-fpm' with pid 21
  50. App_1_808ba5614963 | 2019-01-06 19:47:06,219 INFO spawned: 'nginx' with pid 22
  51. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.759828Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 1628992
  52. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.759839Z 0 [Note] InnoDB: Database was not shutdown normally!
  53. mysql_1_f8fee6ca074f | 2019-01-06T19:46:55.759848Z 0 [Note] InnoDB: Starting crash recovery.
  54. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.084317Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  55. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.084516Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  56. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.084717Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  57. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.565786Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  58. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.573294Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  59. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.573319Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  60. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.573782Z 0 [Note] InnoDB: Waiting for purge to start
  61. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.626055Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 1628992
  62. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.626576Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  63. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.627567Z 0 [Note] Plugin 'FEDERATED' is disabled.
  64. mysql_1_f8fee6ca074f | 2019-01-06T19:46:56.758789Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190106 19:46:56
  65. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.033962Z 0 [Warning] System table 'plugin' is expected to be transactional.
  66. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.061334Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  67. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.062481Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  68. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.072832Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  69. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.088643Z 0 [Note] IPv6 is available.
  70. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.091510Z 0 [Note] - '::' resolves to '::';
  71. mysql_1_f8fee6ca074f | 2019-01-06T19:46:58.091558Z 0 [Note] Server socket created on IP: '::'.
  72. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.210934Z 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.
  73. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.211334Z 0 [Warning] Failed to open optimizer cost constant tables
  74. mysql_1_f8fee6ca074f |
  75. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.402998Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  76. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.404074Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  77. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.404092Z 0 [Warning] 'proxies_priv' entry '@ root@913e64c89d16' ignored in --skip-name-resolve mode.
  78. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.514859Z 0 [Warning] System table 'time_zone_leap_second' is expected to be transactional.
  79. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.514880Z 0 [Warning] System table 'time_zone_name' is expected to be transactional.
  80. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.514886Z 0 [Warning] System table 'time_zone' is expected to be transactional.
  81. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.514891Z 0 [Warning] System table 'time_zone_transition_type' is expected to be transactional.
  82. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.514896Z 0 [Warning] System table 'time_zone_transition' is expected to be transactional.
  83. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.638394Z 0 [Warning] System table 'servers' is expected to be transactional.
  84. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.644777Z 0 [ERROR] Incorrect definition of table performance_schema.events_waits_current: expected column 'NESTING_EVENT_TYPE' at position 15 to have type enum('TRANSACTION','STATEMENT','STAGE','WAIT', found type enum('STATEMENT','STAGE','WAIT').
  85. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.645412Z 0 [ERROR] Incorrect definition of table performance_schema.events_waits_history: expected column 'NESTING_EVENT_TYPE' at position 15 to have type enum('TRANSACTION','STATEMENT','STAGE','WAIT', found type enum('STATEMENT','STAGE','WAIT').
  86. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.646028Z 0 [ERROR] Incorrect definition of table performance_schema.events_waits_history_long: expected column 'NESTING_EVENT_TYPE' at position 15 to have type enum('TRANSACTION','STATEMENT','STAGE','WAIT', found type enum('STATEMENT','STAGE','WAIT').
  87. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.668344Z 0 [ERROR] Incorrect definition of table performance_schema.events_waits_summary_by_user_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  88. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.669123Z 0 [ERROR] Incorrect definition of table performance_schema.events_waits_summary_by_account_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  89. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.675683Z 0 [ERROR] Column count of performance_schema.setup_actors is wrong. Expected 5, found 3. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  90. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.677312Z 0 [ERROR] Incorrect definition of table performance_schema.setup_objects: expected column 'OBJECT_TYPE' at position 0 to have type enum('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER', found type enum('TABLE').
  91. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.679639Z 0 [ERROR] Column count of performance_schema.table_lock_waits_summary_by_table is wrong. Expected 68, found 73. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  92. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.680190Z 0 [ERROR] Column count of performance_schema.threads is wrong. Expected 17, found 14. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  93. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.680730Z 0 [ERROR] Column count of performance_schema.events_stages_current is wrong. Expected 12, found 10. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  94. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.681271Z 0 [ERROR] Column count of performance_schema.events_stages_history is wrong. Expected 12, found 10. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  95. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.681808Z 0 [ERROR] Column count of performance_schema.events_stages_history_long is wrong. Expected 12, found 10. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  96. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.682856Z 0 [ERROR] Incorrect definition of table performance_schema.events_stages_summary_by_account_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  97. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.683417Z 0 [ERROR] Incorrect definition of table performance_schema.events_stages_summary_by_user_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  98. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.684987Z 0 [ERROR] Column count of performance_schema.events_statements_current is wrong. Expected 41, found 40. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  99. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.686079Z 0 [ERROR] Column count of performance_schema.events_statements_history is wrong. Expected 41, found 40. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  100. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.686676Z 0 [ERROR] Column count of performance_schema.events_statements_history_long is wrong. Expected 41, found 40. Created with MySQL 50642, now running 50724. Please use mysql_upgrade to fix this error.
  101. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.687754Z 0 [ERROR] Incorrect definition of table performance_schema.events_statements_summary_by_account_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  102. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.688361Z 0 [ERROR] Incorrect definition of table performance_schema.events_statements_summary_by_user_by_event_name: expected column 'USER' at position 0 to have type char(32), found type char(16).
  103. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696356Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_program' has the wrong structure
  104. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696418Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_current' has the wrong structure
  105. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696460Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history' has the wrong structure
  106. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696503Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history_long' has the wrong structure
  107. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696551Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_thread_by_event_name' has the wrong structure
  108. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696597Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_account_by_event_name' has the wrong structure
  109. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696643Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_user_by_event_name' has the wrong structure
  110. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696688Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_host_by_event_name' has the wrong structure
  111. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.696734Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_global_by_event_name' has the wrong structure
  112. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.697342Z 0 [ERROR] Incorrect definition of table performance_schema.users: expected column 'USER' at position 0 to have type char(32), found type char(16).
  113. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.697966Z 0 [ERROR] Incorrect definition of table performance_schema.accounts: expected column 'USER' at position 0 to have type char(32), found type char(16).
  114. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701528Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_global_by_event_name' has the wrong structure
  115. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701585Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_account_by_event_name' has the wrong structure
  116. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701630Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_host_by_event_name' has the wrong structure
  117. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701676Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_thread_by_event_name' has the wrong structure
  118. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701720Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_user_by_event_name' has the wrong structure
  119. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701761Z 0 [ERROR] Native table 'performance_schema'.'table_handles' has the wrong structure
  120. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701803Z 0 [ERROR] Native table 'performance_schema'.'metadata_locks' has the wrong structure
  121. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701866Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_configuration' has the wrong structure
  122. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701910Z 0 [ERROR] Native table 'performance_schema'.'replication_group_members' has the wrong structure
  123. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.701957Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_status' has the wrong structure
  124. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702000Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_configuration' has the wrong structure
  125. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702042Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status' has the wrong structure
  126. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702087Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_coordinator' has the wrong structure
  127. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702130Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_worker' has the wrong structure
  128. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702174Z 0 [ERROR] Native table 'performance_schema'.'replication_group_member_stats' has the wrong structure
  129. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702215Z 0 [ERROR] Native table 'performance_schema'.'prepared_statements_instances' has the wrong structure
  130. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702258Z 0 [ERROR] Native table 'performance_schema'.'user_variables_by_thread' has the wrong structure
  131. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702299Z 0 [ERROR] Native table 'performance_schema'.'status_by_account' has the wrong structure
  132. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702339Z 0 [ERROR] Native table 'performance_schema'.'status_by_host' has the wrong structure
  133. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702380Z 0 [ERROR] Native table 'performance_schema'.'status_by_thread' has the wrong structure
  134. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702423Z 0 [ERROR] Native table 'performance_schema'.'status_by_user' has the wrong structure
  135. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702464Z 0 [ERROR] Native table 'performance_schema'.'global_status' has the wrong structure
  136. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702504Z 0 [ERROR] Native table 'performance_schema'.'session_status' has the wrong structure
  137. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702544Z 0 [ERROR] Native table 'performance_schema'.'variables_by_thread' has the wrong structure
  138. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702585Z 0 [ERROR] Native table 'performance_schema'.'global_variables' has the wrong structure
  139. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702626Z 0 [ERROR] Native table 'performance_schema'.'session_variables' has the wrong structure
  140. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702768Z 0 [ERROR] Incorrect definition of table mysql.db: expected column 'User' at position 2 to have type char(32), found type char(16).
  141. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.702815Z 0 [ERROR] mysql.user has no `Event_priv` column at position 28
  142. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.704821Z 0 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.
  143. mysql_1_f8fee6ca074f | 2019-01-06T19:47:00.705219Z 0 [Note] mysqld: ready for connections.
  144. mysql_1_f8fee6ca074f | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
Add Comment
Please, Sign In to add comment