BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/lsf-oss
install.sh reports successful user creation, but not really
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
During ```install.sh```, the installer asks for a username and password. If the username already exists, it reports the following:
```
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'localhost'
User successfully created!
```
This could be handled more gracefully.
Additional things to check:
- if the username is given a new password, does it change?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.