This is the translation of an article from my german language blog. It is
not a literal translation, but has been amended and changed a bit
to take more recent information into account.
It started out as a discussion within the german language MySQL
group in USENET. There the eternal question came up why
phpMyAdmin gets no love at all from the helpers and regulars in
that group. My answer was:
phpMyAdmin (PMA) like many other GUI tools for MySQL has a number
of limitations. For a web tool such as PMA these come from its
operating principles and can hardly be changed. But let's start
at the beginning:
In MYSQL the connection is a special context or scope for many
things. At least the following things are part of the connection
scope:
- Transactions. A disconnect implies a ROLLBACK. …