HTHou commented on code in PR #15675: URL: https://github.com/apache/iotdb/pull/15675#discussion_r2168084087
########## scripts/sbin/start-cli.sh: ########## @@ -61,7 +61,7 @@ fi # Added parameters when default parameters are missing user_param="-u root" -passwd_param="-pw root" +passwd_param="-pw IoTDB@2017" Review Comment: Just come up a question. If upgrading from an old version, the password is still `root`. Will using this CLI without input password meet error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
