Database user name | applicaton user name | OK? |
---|---|---|
Hugo | carl | no |
Hugo | hugo | no |
hugo | hugo | yes |
Hugo | Hugo | yes |
mysql -user=<database_admin_name> -p=<database_admin_password>
GRANT ALL ON jeremia_db.* TO a_username@"%" IDENTIFIED BY 'a_password';
GRANT ALL ON jeremia_db.* TO a_username@"%" IDENTIFIED BY 'a_password';
GRANT USAGE, SELECT ON jeremia_db.* TO a_username@"%" IDENTIFIED BY 'a_password';
exit;
theadmin
with password theadmin
is preinstalled.
Access right | Administrator | General user | Guest user |
---|---|---|---|
Create project | |||
Open project | |||
Create requirement | |||
Edit requirement | |||
View requirement | |||
Setup application | |||
Manage user | |||
Create Document | |||
Edit Document | |||
View Document |
Back to the FAQ
 
Copyright (C) 2003 Holger Mayer