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