From e6308f73b49e7e478727b52adf3b22222d9f989d Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Tue, 2 Apr 2002 14:47:49 +0000
Subject: [PATCH] upload_max_filesize
---
Documentation.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation.html b/Documentation.html
index 63a990717..90e4d288d 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1131,6 +1131,13 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
were named user and password. Please modify your field
names to align with current standards.
+
+ I cannot upload big dump files.
+
+ The first thing to check (or ask your host provider to check) is the
+ value of upload_max_filesize in php.ini.
+
+
[Configuration]