Databases Reference
In-Depth Information
Table Short Statistics
Moving the cursor over a table name displays comments about the table (if any) and
the number of rows currently in it:
Quick-Browsing a Table
The small icon beside each table name is a quick way to browse the table's rows. It
opens the right panel in the Table view, browsing the first page of data from the table.
Nested Display of Tables within a Database
MySQL's data structure is based on two levels: databases and tables. This does not
allow subdivisions of tables per project, a feature often requested by MySQL users.
They must rely on having multiple databases, but this is not always allowed by their
provider. To help them with this regard, phpMyAdmin introduces a nested-levels
feature, based on the table naming.
 
Search WWH ::




Custom Search