From 9d60390efa30cc616c860855fb08497e2e2d538c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?=
I get an error 'No SQL query' when trying to execute a bookmark.
-
- If PHP does not have read/write access to its upload_tmp_dir, it cannot
- access the uploaded query.
+ If PHP does not have read/write access to its upload_tmp_dir, it
+ cannot access the uploaded query.
[Configuration]
@@ -1155,9 +1154,9 @@
error or a time limit error.
As of version 2.2.4, we build the compressed dump in memory, so large
- tables dumps may hang. The only alternative we can think about (using
- system calls to mysqldump then gzip or bzip2) would not be applicable
- in environments where PHP is in safe mode: access to system programs
+ tables dumps may hang. The only alternative we can think about (using
+ system calls to mysqldump then gzip or bzip2) would not be applicable in
+ environments where PHP is in safe mode: access to system programs is
is limited by the system administrator, and time limit is enforced.
diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index d78a30537..a1d3f2125 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -27,7 +27,7 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
- | " . PMA_showDocuShort('C/o/Column_types.html'); ?> | +' . PMA_showDocuShort('C/o/Column_types.html'); ?> |
---|