diff options
Diffstat (limited to 'man/mysql.1')
-rw-r--r-- | man/mysql.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mysql.1 b/man/mysql.1 index e0b77363a82..96ccca8f50e 100644 --- a/man/mysql.1 +++ b/man/mysql.1 @@ -116,6 +116,13 @@ executable shell script for starting mysqld safely .TP .I /site/var/mysql/data location of database files +.SH EXAMPLE +You can also read a backup dump file back into MySQL with: +.TP +.BR mysql +\fP\fIdatabase\fP +.BR < +backup-file.sql .SH "SEE ALSO" isamchk (1), isamlog (1), |