diff options
author | Michael Widenius <monty@askmonty.org> | 2012-12-16 12:04:26 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-12-16 12:04:26 +0200 |
commit | a6a8f12fa302aa38270370558ac3de979af4fde6 (patch) | |
tree | 2ae879253d770b8713b0aecdd91b35291b8c10d9 /scripts | |
parent | b8b875cb796743240bed71857eae73d37f03c28f (diff) | |
parent | 4ba960569b874166cb37a030bf0b1eecdfef67f6 (diff) | |
download | mariadb-git-a6a8f12fa302aa38270370558ac3de979af4fde6.tar.gz |
Automatic merge
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqlaccess.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index bab0dbf5b87..9fb9e78e753 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -118,10 +118,10 @@ Usage: $script [host [user [db]]] OPTIONS --rollback undo the last changes to the grant-tables. Note: - + At least the user and the db must be given (even with wildcards) - + If no host is given, `localhost' is assumed - + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure - to escape them from your shell!! (ie type \\* or '*') + At least the user and the db must be given (even with wildcards) + If no host is given, `localhost' is assumed + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure + to escape them from your shell!! (ie type \\* or '*') _OPTIONS $RELEASE = <<'_RELEASE'; |