This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new bc830d611a [docs](auth) forbid 127.0.0.1 passwd free login (#19096)
bc830d611a is described below

commit bc830d611a7db7c1a5431d9d45275f77a834886e
Author: Percy <[email protected]>
AuthorDate: Sat Jun 3 17:30:21 2023 +0800

    [docs](auth) forbid 127.0.0.1 passwd free login (#19096)
---
 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 2933726046..8d4c129634 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to