nsaunders

Untitled

Sep 1st, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. root:~#
  2. root:~# docker images
  3. REPOSITORY TAG IMAGE ID CREATED SIZE
  4. basex/basexhttp latest 3339bf6bc898 4 days ago 226MB
  5. twilio/twilio-java latest 611ab7ece1cf 12 days ago 993MB
  6. mysql latest 0d64f46acfd1 3 weeks ago 544MB
  7. jetty latest 5f997007f18d 4 weeks ago 522MB
  8. hello-world latest bf756fb1ae65 8 months ago 13.3kB
  9. root:~#
  10. root:~#
  11. root:~# docker run -e MYSQL_ROOT_PASSWORD=pass --name sql-db -p 3306:3306 0d64f46acfd1
  12. 2020-09-01 07:54:26+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.21-1debian10 started.
  13. 2020-09-01 07:54:26+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  14. 2020-09-01 07:54:26+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.21-1debian10 started.
  15. 2020-09-01 07:54:26+00:00 [Note] [Entrypoint]: Initializing database files
  16. 2020-09-01T07:54:26.930128Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.21) initializing of server in progress as process 42
  17. 2020-09-01T07:54:26.938781Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
  18. ^C
  19. 2020-09-01T07:54:39.280025Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
  20. 2020-09-01T07:55:03.980357Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
  21. ^C
  22.  
  23.  
  24.  
Add Comment
Please, Sign In to add comment