removed obsolete faq entry
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
|
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
|
* Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
|
||||||
|
|
||||||
2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* server_privileges.php3: Fixed edit link.
|
* server_privileges.php3: Fixed edit link.
|
||||||
|
@@ -2521,22 +2521,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a name="binary_upload"></a><br />
|
|
||||||
<h4>
|
|
||||||
[6.17] Why is there checkbox called "Binary" 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 />
|
<a name="faqproject"></a><br />
|
||||||
<h3>[7. phpMyAdmin project]</h3>
|
<h3>[7. phpMyAdmin project]</h3>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user