Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. n3bo@n3bo:/www/autotrader$ sudo docker-compose up
  2. Creating network "autotrader_default" with the default driver
  3. Creating autotrader-mysql ... done
  4. Creating autotrader-php-fpm ... done
  5. Creating autotrader-webserver ... done
  6. Attaching to autotrader-php-fpm, autotrader-mysql, autotrader-webserver
  7. autotrader-mysql | Initializing database
  8. autotrader-php-fpm | [19-Nov-2019 20:08:32] NOTICE: fpm is running, pid 1
  9. autotrader-php-fpm | [19-Nov-2019 20:08:32] NOTICE: ready to handle connections
  10. autotrader-php-fpm | [19-Nov-2019 20:08:32] NOTICE: systemd monitor interval set to 10000ms
  11. autotrader-mysql | 2019-11-19T20:08:33.434875Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
  12. autotrader-mysql | 2019-11-19T20:08:33.434959Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server in progress as process 30
  13. autotrader-mysql | 2019-11-19T20:08:40.119554Z 5 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
  14. autotrader-mysql | 2019-11-19T20:08:43.564874Z 0 [System] [MY-013170] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server has completed
  15. autotrader-mysql | Database initialized
  16. autotrader-mysql | MySQL init process in progress...
  17. autotrader-mysql | mbind: Operation not permitted
  18. autotrader-mysql | 2019-11-19T20:08:45.652609Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
  19. autotrader-mysql | 2019-11-19T20:08:45.652693Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.15) starting as process 81
  20. autotrader-mysql | 2019-11-19T20:08:46.326648Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
  21. autotrader-mysql | 2019-11-19T20:08:46.333621Z 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.
  22. autotrader-mysql | 2019-11-19T20:08:46.377771Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.15' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server - GPL.
  23. autotrader-mysql | 2019-11-19T20:08:46.451013Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock'
  24. autotrader-mysql | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
  25. autotrader-mysql | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  26. ^[[A^[[A^[[Aautotrader-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
  27. autotrader-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
  28. ^[[A^[[A^[[A^[[Aautotrader-mysql | mysql: [Warning] Using a password on the command line interface can be insecure.
  29. ^[[Aautotrader-mysql | mysql: [Warning] Using a password on the command line interface can be insecure.
  30. autotrader-mysql | mysql: [Warning] Using a password on the command line interface can be insecure.
  31. autotrader-mysql | mysql: [Warning] Using a password on the command line interface can be insecure.
  32. autotrader-mysql |
  33. autotrader-mysql | 2019-11-19T20:08:52.106052Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
  34. autotrader-mysql |
  35. autotrader-mysql | MySQL init process done. Ready for start up.
  36. autotrader-mysql |
  37. autotrader-mysql | 2019-11-19T20:08:52.892561Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
  38. autotrader-mysql | 2019-11-19T20:08:52.892868Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.15) starting as process 1
  39. autotrader-mysql | 2019-11-19T20:08:53.902516Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
  40. autotrader-mysql | 2019-11-19T20:08:53.909916Z 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.
  41. autotrader-mysql | 2019-11-19T20:08:53.928602Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.15' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
  42. autotrader-mysql | 2019-11-19T20:08:53.989127Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement