Quote:
Originally posted by myu2050
I'd like to have scripts which will show all the privileges grant to a user. Any idea?
Thanks!
|
use $dbschema -d "databasename" -p "all" file.txt
view the file and you'll see all the previliges for all users.
Just change the "all" to specific user if you want specific.