Skip to content

Commit 9dc4b8e

Browse files
authored
Fix database user in MySQL guide (#60359)
Closes #60179 The example command for connecting to the database lists `root` as the database user, when it should be the user the guide told us to create in an earlier step.
1 parent 58cd7fc commit 9dc4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/enroll-resources/database-access/enroll-self-hosted-databases/mysql-self-hosted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ the [RBAC](../rbac.mdx) guide for more details.
190190
To retrieve credentials for a database and connect to it:
191191

192192
```code
193-
$ tsh db connect --db-user=root --db-name=mysql example-mysql
193+
$ tsh db connect --db-user=alice --db-name=mysql example-mysql
194194
```
195195

196196
<Admonition type="note" title="Note">

0 commit comments

Comments
 (0)