diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-16 20:23:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-16 20:23:13 +0000 |
commit | 3d00a7a24447f7d636582733c77a6fb92bfbe22b (patch) | |
tree | ef8b471186dfce01b8b2ced1c9783d5b97d454be /scripts | |
parent | fbc67049d83f4602969be4e9f2c2370c3faa3bcc (diff) |
SQL syntax
svn path=/scripts/blow-away-databases.sh; revision=1305
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." |