diff --git a/Documentation.html b/Documentation.html index 6a8f8ddf3b..a61fa7102d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1645,7 +1645,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['ShowAll'] boolean
Defines whether a user should be displayed a - "show all (records)" button in browse mode or not.
+ "show all (rows)" button in browse mode or not.
$cfg['MaxRows'] integer
Number of rows displayed when browsing a result set. If the result set @@ -3239,7 +3239,7 @@ the mysql_upgrade command on the server.

please upgrade to a plain revision.

- 2.5 Each time I want to insert or change a record or drop a database + 2.5 Each time I want to insert or change a row or drop a database or a table, an error 404 (page not found) is displayed or, with HTTP or cookie authentication, I'm asked to log in again. What's wrong?

@@ -3478,7 +3478,7 @@ have either the APC extension can use it for the Edit and Delete links.

- 3.11 The number of records for InnoDB tables is not correct.

+ 3.11 The number of rows for InnoDB tables is not correct.

phpMyAdmin uses a quick method to get the row count, and this method only returns an approximate count in the case of InnoDB tables. See @@ -5029,8 +5029,8 @@ Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai".

  • Field - one part of divided data/columns.
  • foreign key - - a field or group of fields in a database record that point to a key - field or group of fields forming a key of another database record in some + - a field or group of fields in a database row that point to a key + field or group of fields forming a key of another database row in some (usually different) table.
  • FPDF (FreePDF) - the free PDF library