diff options
Diffstat (limited to 'scripts/blow-away-databases.sh')
-rw-r--r-- | scripts/blow-away-databases.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/blow-away-databases.sh b/scripts/blow-away-databases.sh index 2d491772..01c5efa0 100644 --- a/scripts/blow-away-databases.sh +++ b/scripts/blow-away-databases.sh @@ -1,6 +1,9 @@ #!/bin/sh - # $Id$ +# GRANT ALL ON rpki TO rpki@localhost IDENTIFIED BY '<secret>' +# GRANT ALL ON irdb TO irdb@localhost IDENTIFIED BY '<secret>' + echo "This script destroys and rebuilds our databases." echo "Don't type the password unless you're sure you want to do this." |