removed obsolete faq entry

This commit is contained in:
Michal Čihař
2003-02-17 22:50:28 +00:00
parent bf5073391e
commit 4d9aa80c18
2 changed files with 1 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Fixed edit link.

View File

@@ -2521,22 +2521,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<br />
</p>
<a name="binary_upload"></a><br />
<h4>
[6.17] Why is there checkbox called &quot;Binary&quot; when uplaoding file
into database?
</h4>
<p>
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.
<br />
</p>
<a name="faqproject"></a><br />
<h3>[7. phpMyAdmin project]</h3>