vesoft-inc/nebula
GitHub で見るWhen creating user, the username can‘t be a string in double quotes, that's different with password
Open
#2,986 opened on 2021年9月30日
communitygood first issuepriority/low-pritype/enhancement
Repository metrics
- Stars
- (9,828 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
now
create user test2 with password "12"
suggest
create user "test1" with password "12"