diff options
author | monty@donna.mysql.com <> | 2000-12-24 15:19:00 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-24 15:19:00 +0200 |
commit | b590fa2567f3a4c1f0055618fb4d06e1af7ae85b (patch) | |
tree | 899e99579647137316d4fbc999750fb989b1cf2e /man/mysql.1 | |
parent | 11f7fd10f080461e34114869daf853ba714ff03c (diff) | |
download | mariadb-git-b590fa2567f3a4c1f0055618fb4d06e1af7ae85b.tar.gz |
New benchmark test
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
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), |