Erro ao subir o servico do mysql c:\Users\rafae\OneDrive\Area de Trabalho\curso-kubernetes-master\mysql>docker-compose up [+] Running 1/1 ✔ Container banco_mysql Recreated 0.2s Attaching to banco_mysql banco_mysql | 2023-08-22 01:39:22+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.42-1.el7 started. banco_mysql | 2023-08-22 01:39:22+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' banco_mysql | 2023-08-22 01:39:22+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.42-1.el7 started. banco_mysql | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock' banco_mysql | 2023-08-22T01:39:23.324496Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). banco_mysql | 2023-08-22T01:39:23.325705Z 0 [Note] mysqld (mysqld 5.7.42) starting as process 1 ...
banco_mysql | 2023-08-22T01:39:23.331512Z 0 [Note] InnoDB: Uses event mutexes banco_mysql | 2023-08-22T01:39:23.331514Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier banco_mysql | 2023-08-22T01:39:23.331516Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.13 banco_mysql | 2023-08-22T01:39:23.331517Z 0 [Note] InnoDB: Using Linux native AIO banco_mysql | 2023-08-22T01:39:23.331706Z 0 [Note] InnoDB: Number of pools: 1 banco_mysql | 2023-08-22T01:39:23.331816Z 0 [Note] InnoDB: Using CPU crc32 instructions banco_mysql | 2023-08-22T01:39:23.337927Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M banco_mysql | 2023-08-22T01:39:23.357660Z 0 [Note] InnoDB: Completed initialization of buffer pool banco_mysql | 2023-08-22T01:39:23.365596Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). banco_mysql | 2023-08-22T01:39:23.380422Z 0 [Note] InnoDB: Highest supported file format is Barracuda. banco_mysql | 2023-08-22T01:39:23.393019Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables banco_mysql | 2023-08-22T01:39:23.393093Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... banco_mysql | 2023-08-22T01:39:23.447303Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. banco_mysql | 2023-08-22T01:39:23.447903Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. banco_mysql | 2023-08-22T01:39:23.447930Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. banco_mysql | 2023-08-22T01:39:23.448738Z 0 [Note] InnoDB: 5.7.42 started; log sequence number 12218052 banco_mysql | 2023-08-22T01:39:23.448939Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool banco_mysql | 2023-08-22T01:39:23.449123Z 0 [Note] Plugin 'FEDERATED' is disabled. banco_mysql | 2023-08-22T01:39:23.455309Z 0 [Note] InnoDB: Buffer pool(s) load completed at 230822 1:39:23 banco_mysql | 2023-08-22T01:39:23.465039Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. banco_mysql | 2023-08-22T01:39:23.465077Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. banco_mysql | 2023-08-22T01:39:23.465082Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher. banco_mysql | 2023-08-22T01:39:23.465083Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher. banco_mysql | 2023-08-22T01:39:23.465647Z 0 [Warning] CA certificate ca.pem is self signed. banco_mysql | 2023-08-22T01:39:23.465724Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. banco_mysql | 2023-08-22T01:39:23.465966Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 banco_mysql | 2023-08-22T01:39:23.466024Z 0 [Note] IPv6 is available. banco_mysql | 2023-08-22T01:39:23.466036Z 0 [Note] - '::' resolves to '::'; banco_mysql | 2023-08-22T01:39:23.466050Z 0 [Note] Server socket created on IP: '::'. banco_mysql | 2023-08-22T01:39:23.471266Z 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. banco_mysql | 2023-08-22T01:39:23.477524Z 0 [Note] Event Scheduler: Loaded 0 events banco_mysql | 2023-08-22T01:39:23.477888Z 0 [Note] mysqld: ready for connections. banco_mysql | Version: '5.7.42' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) Gracefully stopping... (press Ctrl+C again to force) Aborting on container exit... [+] Stopping 1/1 ✔ Container banco_mysql Stopped 1.9s canceled