File tree Expand file tree Collapse file tree
DOCUMENTATION/content/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ docker-compose exec mysql bash
7676* Example: enter to MySQL prompt within MySQL container*
7777
7878``` bash
79- docker-compose exec mysql mysql -u homestead -psecret
79+ docker-compose exec mysql mysql -udefault -psecret
8080```
8181
82823 - To exit a container, type ` exit ` .
@@ -1575,7 +1575,7 @@ The default username and password for the root MySQL user are `root` and `root `
15751575
157615761 - Enter the MySQL container: ` docker-compose exec mysql bash ` .
15771577
1578- 2 - Enter mysql: ` mysql -uroot -proot ` for non root access use ` mysql -uhomestead -psecret ` .
1578+ 2 - Enter mysql: ` mysql -uroot -proot ` for non root access use ` mysql -udefault -psecret ` .
15791579
158015803 - See all users: ` SELECT User FROM mysql.user; `
15811581
You can’t perform that action at this time.
0 commit comments