Guest User

Untitled

a guest
Nov 23rd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - image: mysql:5.6
  2. environment:
  3. - MYSQL_ROOT_PASSWORD=ubuntu
  4. - MYSQL_USER=user
  5. - MYSQL_PASSWORD=password
  6.  
  7. MySQL init process done. Ready for start up. ......mysqld: ready for
  8. connections.
  9. Version: '5.6.38' socket: '/var/run/mysqld/mysqld.sock' port: 3306
  10. MySQL Community Server (GPL)
  11.  
  12. mysql --version
  13.  
  14. mysql: command not found
Add Comment
Please, Sign In to add comment