diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-16 20:18:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-16 20:18:00 +0000 |
commit | fbc67049d83f4602969be4e9f2c2370c3faa3bcc (patch) | |
tree | f7463620e40d3ee6b3b9cdf4fa95dcb407071ec4 | |
parent | a768683fbb635e8800779694e27b668802136261 (diff) |
Record SQL GRANT incantations
svn path=/scripts/blow-away-databases.sh; revision=1304
-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." |