From b590fa2567f3a4c1f0055618fb4d06e1af7ae85b Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Sun, 24 Dec 2000 15:19:00 +0200 Subject: 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 --- man/mysql.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/mysql.1') 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), -- cgit v1.2.1