From ff75237d4e3a9aba37109831efa0f2c73e5189be Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 19 Apr 2002 19:51:55 +0000 Subject: [PATCH] about restoring --- Documentation.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation.html b/Documentation.html index 62d395c31..f29d6391a 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1509,6 +1509,17 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://' this document.

+

+ How can I restore (upload) my database or table using a dump? +
+ Click on a database name in the left frame, the properties will be + displayed. Then in the "Run SQL query" section, type in your local + dump filename, or use the Browse button. Then click Go. +

+ For additional help on this subject, look for the word "upload" in + this document. +

+

[phpMyAdmin project]