You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/06/03 09:30:28 UTC

[doris] branch master updated: [docs](auth) forbid 127.0.0.1 passwd free login (#19096)

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 <xh...@163.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org