Support Center > Knowledgebase > phpMyAdmin > Known Limitations
-
The problem is that mysqldump creates invalid comments like this:
-- MySQL dump 8.22
--
-- Host: localhost Database: database...
-
Due to a surrounding form-container (for multi-row delete checkboxes), no nested forms can be put inside the table where phpMyAdmin displays the...
-
The tests I have made with current MySQL 4.1.11 API shows that the API does not accept this syntax for the USE command. Enclosing the db name with...
-
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see...
-
Your table has neither a primary key nor an unique one, so we must use a long expression to identify this row. This causes problems to parse_url()...
-
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...
-
The number of records in queries containing COUNT and GROUP BY is not correctly calculated. Also, sorting results of a query like "SELECT * FROM...
-
In relation view, being able to choose a table in another database, or having more than one index field in the foreign key.
In query-by-example...
-
Compressed dumps are built in memory and because of this are limited to PHP's memory limit. For GZip/BZip2 exports this can be overcome since...
-
This is related to the authentication mechanism (protocol) used by phpMyAdmin. To bypass this problem: just close all the opened browser windows...
-
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).