diff --git a/ChangeLog b/ChangeLog index 7cbce9c3d..ad3e2e3e0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2003-02-17 Michal Cihar * lang/czech: Updated. + * Documentation.html: Removed obsolete FAQ 6.17 about binary upload. 2003-02-17 Alexander M. Turek * server_privileges.php3: Fixed edit link. diff --git a/Documentation.html b/Documentation.html index ca4aa23f7..3f495be5b 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2521,22 +2521,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

-
-

- [6.17] Why is there checkbox called "Binary" when uplaoding file - into database? -

-

- It defines how data will be inserted into MySQL. When not checked, the - data from file will be treated as text, if charset conversion is enabled - (you are using utf-8 translation) charset of the text will be converted - according to it and could possibly be displayed as part of update SQL - after upload. When checked data will be inserted as hexadecimal value and - so will be in database exactly as in file. In most cases you should keep - it checked. -
-

-

[7. phpMyAdmin project]