mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
This commit is contained in:
commit
311ddd8a32
3 changed files with 6 additions and 5 deletions
|
@ -80,6 +80,7 @@ nick@mysql.com
|
|||
nick@nick.leippe.com
|
||||
paul@central.snake.net
|
||||
paul@ice.local
|
||||
paul@ice.snake.net
|
||||
paul@teton.kitebird.com
|
||||
pem@mysql.com
|
||||
peter@linux.local
|
||||
|
|
|
@ -90,10 +90,10 @@ copy grant\-rules from temporary tables to grant\-tables
|
|||
.BR \-\-rollback
|
||||
undo the last changes to the grant\-tables.
|
||||
.SH 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
|
||||
Wildcards (*,?,%,_) are allowed for host, user and db, but be sure
|
||||
to escape them from your shell!! (i.e., type \\* or '*')
|
||||
.SH "SEE ALSO"
|
||||
isamchk (1),
|
||||
isamlog (1),
|
||||
|
|
|
@ -64,7 +64,7 @@ supports by executing
|
|||
.TP
|
||||
.BR \-A | \-\-all\-databases
|
||||
Dump all the databases. This will be same as
|
||||
.BR\-\-databases
|
||||
.BR \-\-databases
|
||||
with all databases selected.
|
||||
.TP
|
||||
.BR \-a | \-\-all
|
||||
|
|
Loading…
Reference in a new issue