diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/blow-away-databases.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/blow-away-databases.sh b/scripts/blow-away-databases.sh index 01c5efa0..c2ee4b8d 100644 --- a/scripts/blow-away-databases.sh +++ b/scripts/blow-away-databases.sh @@ -1,8 +1,8 @@ #!/bin/sh - # $Id$ -# GRANT ALL ON rpki TO rpki@localhost IDENTIFIED BY '<secret>' -# GRANT ALL ON irdb TO irdb@localhost IDENTIFIED BY '<secret>' +# 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." |