Skip to content

Commit 8a845ba

Browse files
Clarify MySQL credentials (#8534)
* Clarify MySQL credentials * Update sail.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent fc23c85 commit 8a845ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ In addition, the first time the MySQL container starts, it will create two datab
219219

220220
Once you have started your containers, you may connect to the MySQL instance within your application by setting your `DB_HOST` environment variable within your application's `.env` file to `mysql`.
221221

222-
To connect to your application's MySQL database from your local machine, you may use a graphical database management application such as [TablePlus](https://tableplus.com). By default, the MySQL database is accessible at `localhost` port 3306.
222+
To connect to your application's MySQL database from your local machine, you may use a graphical database management application such as [TablePlus](https://tableplus.com). By default, the MySQL database is accessible at `localhost` port 3306 and the access credentials correspond to the values of your `DB_USERNAME` and `DB_PASSWORD` environment variables. Or, you may connect as the `root` user, which also utilizes the value of your `DB_PASSWORD` environment variable as its password.
223223

224224
<a name="redis"></a>
225225
### Redis

0 commit comments

Comments
 (0)