Another hint for creating primary/unique keys.

This commit is contained in:
Michal Čihař
2003-10-07 09:48:35 +00:00
parent e4de1d9621
commit 1c837f432e
3 changed files with 394 additions and 369 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-10-07 Michal Cihar <nijel@users.sourceforge.net>
* Documentation: Another hint for creating primary/unique keys.
2003-10-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).

View File

@@ -2733,6 +2733,19 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
LEFT JOIN from the foreign table.
</p>
<h4>
[3.7] I have table with many (100+) fields and when I try to browse table
I get series of errors like &quot;Warning: unable to parse url&quot;. How
can this be fixed?
</h4>
<p>
Your table neither have a primary key nor an unique one, so we must use a
long expression to identify this row. This causes problems to parse_url
function. The workaround is to create a primary or unique key.
<br />
</p>
<a name="faqmultiuser"></a><br />
<h3>[4. ISPs, multi-user installations ]</h3>

File diff suppressed because it is too large Load Diff