Skip to content

Commit d4e65a4

Browse files
authored
Merge pull request laradock#2352 from goodjack/patch-2
Use default user
2 parents 8aeb64e + 10c28a1 commit d4e65a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8282
3 - 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

15761576
1 - 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

15801580
3 - See all users: `SELECT User FROM mysql.user;`
15811581

0 commit comments

Comments
 (0)