From 358cf4dcd2e9e3bbc1cad7133a38ea7054af3687 Mon Sep 17 00:00:00 2001 From: Percy Date: Wed, 26 Apr 2023 14:16:34 +0800 Subject: [PATCH] [docs](auth): forbid 127.0.0.1 passwd free login --- docs/en/docs/get-starting/get-starting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/get-starting/get-starting.md b/docs/en/docs/get-starting/get-starting.md index db61696aaae4e6..2718f98ec543d3 100644 --- a/docs/en/docs/get-starting/get-starting.md +++ b/docs/en/docs/get-starting/get-starting.md @@ -124,7 +124,7 @@ mysql -uroot -P9030 -h127.0.0.1 > >1. The root user used here is the default user built into doris, and is also the super administrator user, see [Rights Management](../admin-manual/privilege-ldap/user-privilege.md) >2. -P: Here is our query port to connect to Doris, the default port is 9030, which corresponds to `query_port` in fe.conf ->3. -h: Here is the IP address of the FE we are connecting to, if your client and FE are installed on the same node you can use 127.0.0.1, this is also provided by Doris if you forget the root password, you can connect directly to the login without the password in this way and reset the root password +>3. -h: Here is the IP address of the FE we are connecting to, if your client and FE are installed on the same node you can use 127.0.0.1 Execute the following command to view the FE running status