Guest User

Untitled

a guest
Jun 14th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. [eclair-nuc gcares-app]# docker compose up mysql
  2. WARN[0000] /home/eclair/Documents/Projects/Laravel/gcares-app/docker-compose.yml: `version` is obsolete
  3. [+] Running 1/1
  4. ✔ Container gcares-app-mysql-1 Recreated 0.6s
  5. Attaching to mysql-1
  6. mysql-1 | 2024-06-14 17:33:45+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
  7. mysql-1 | 2024-06-14 17:33:45+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  8. mysql-1 | 2024-06-14 17:33:45+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
  9. mysql-1 | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
  10. mysql-1 | 2024-06-14T17:33:45.947803Z 0 [System] [MY-015015] [Server] MySQL Server - start.
  11. mysql-1 | 2024-06-14T17:33:46.130320Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.4.0) starting as process 1
  12. mysql-1 | 2024-06-14T17:33:46.136031Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
  13. mysql-1 | 2024-06-14T17:33:46.238426Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
  14. mysql-1 | mysqld: Table 'mysql.plugin' doesn't exist
  15. mysql-1 | 2024-06-14T17:33:46.311989Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
  16. mysql-1 | 2024-06-14T17:33:46.312184Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  17. mysql-1 | 2024-06-14T17:33:46.312372Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  18. mysql-1 | 2024-06-14T17:33:46.312522Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  19. mysql-1 | 2024-06-14T17:33:46.312719Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  20. mysql-1 | 2024-06-14T17:33:46.312810Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  21. mysql-1 | 2024-06-14T17:33:46.312912Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  22. mysql-1 | 2024-06-14T17:33:46.312999Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  23. mysql-1 | 2024-06-14T17:33:46.334593Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  24. mysql-1 | 2024-06-14T17:33:46.403304Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  25. mysql-1 | 2024-06-14T17:33:46.422304Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
  26. mysql-1 | 2024-06-14T17:33:46.422381Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
  27. mysql-1 | 2024-06-14T17:33:46.430554Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  28. mysql-1 | 2024-06-14T17:33:46.430969Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
  29. mysql-1 | 2024-06-14T17:33:46.431237Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist
  30. mysql-1 | 2024-06-14T17:33:46.431265Z 0 [Warning] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-003543 - The mysql.component table is missing or has an incorrect definition.
  31. mysql-1 | 2024-06-14T17:33:46.431443Z 0 [ERROR] [MY-000067] [Server] unknown variable 'default-authentication-plugin=mysql_native_password'.
  32. mysql-1 | 2024-06-14T17:33:46.432680Z 0 [ERROR] [MY-010119] [Server] Aborting
  33. mysql-1 | 2024-06-14T17:33:47.952514Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.4.0) MySQL Community Server - GPL.
  34. mysql-1 | 2024-06-14T17:33:47.952523Z 0 [System] [MY-015016] [Server] MySQL Server - end.
  35. mysql-1 exited with code 0
  36.  
Advertisement
Add Comment
Please, Sign In to add comment