mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Minor edits.
This commit is contained in:
parent
8c13c30142
commit
1ba7e941a6
@ -80,6 +80,7 @@ nick@mysql.com
|
|||||||
nick@nick.leippe.com
|
nick@nick.leippe.com
|
||||||
paul@central.snake.net
|
paul@central.snake.net
|
||||||
paul@ice.local
|
paul@ice.local
|
||||||
|
paul@ice.snake.net
|
||||||
paul@teton.kitebird.com
|
paul@teton.kitebird.com
|
||||||
pem@mysql.com
|
pem@mysql.com
|
||||||
peter@linux.local
|
peter@linux.local
|
||||||
|
@ -90,10 +90,10 @@ copy grant\-rules from temporary tables to grant\-tables
|
|||||||
.BR \-\-rollback
|
.BR \-\-rollback
|
||||||
undo the last changes to the grant\-tables.
|
undo the last changes to the grant\-tables.
|
||||||
.SH NOTE
|
.SH NOTE
|
||||||
+ At least the user and the db must be given (even with wildcards)
|
At least the user and the db must be given (even with wildcards)
|
||||||
+ If no host is given, `localhost' is assumed
|
If no host is given, `localhost' is assumed
|
||||||
+ Wilcards (*,?,%,_) are allowed for host, user and db, but be sure
|
Wildcards (*,?,%,_) are allowed for host, user and db, but be sure
|
||||||
to escape them from your shell!! (ie type \* or '*')
|
to escape them from your shell!! (i.e., type \\* or '*')
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
isamchk (1),
|
isamchk (1),
|
||||||
isamlog (1),
|
isamlog (1),
|
||||||
|
@ -64,7 +64,7 @@ supports by executing
|
|||||||
.TP
|
.TP
|
||||||
.BR \-A | \-\-all\-databases
|
.BR \-A | \-\-all\-databases
|
||||||
Dump all the databases. This will be same as
|
Dump all the databases. This will be same as
|
||||||
.BR\-\-databases
|
.BR \-\-databases
|
||||||
with all databases selected.
|
with all databases selected.
|
||||||
.TP
|
.TP
|
||||||
.BR \-a | \-\-all
|
.BR \-a | \-\-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user