faq 6.15
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-08-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html, faq 6.15: creating an index on a BLOB field
|
||||
|
||||
2002-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* left.php3, lines 169-181: XHTML optimizations.
|
||||
* db_details_common.php3, tbl_properties_common.php3,
|
||||
|
@@ -2323,6 +2323,19 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
We utilize it as free XML-SOAP service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>[6.15] I want to add a BLOB field and put an index on it, but MySQL
|
||||
says "BLOB column '...' used in key specification without a key
|
||||
length".</b>
|
||||
<br />
|
||||
The right way to do this, is to create the field without any indexes,
|
||||
then display the table structure and use the "Create an index"
|
||||
dialog. On this page, you will be able to choose your BLOB field, and
|
||||
set a size to the index, which is the condition to create an index on
|
||||
a BLOB field.
|
||||
<br />
|
||||
</p>
|
||||
|
||||
<a name="faqproject"></a>
|
||||
<h3>[7. phpMyAdmin project]</h3>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user