vesoft-inc/nebula
When creating user, the username can‘t be a string in double quotes, that's different with password
Offen
#2.986 geöffnet am 30.09.2021
communitygood first issuepriority/low-pritype/enhancement
Repository-Metriken
- Stars
- (9.828 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
now
create user test2 with password "12"
suggest
create user "test1" with password "12"