One big feature that is missing in phpmyadmin is a
whole range of search options.
The search on the main.php page would search all
fields in all databases.
The search on the db-details page would search all
fields of all the tables in the current DB.
The search on the table properties page would search
all fields in the current table.
The output would create one or more html tables, each
table would be for a different database/table, the
tables would also contain an edit button/link.
Pete
Logged In: YES
user_id=421582
hello,
I've made a script like what you say but I have only put
this in db_detais.php because i think this would be too
long to search into all tables from all databases...
Logged In: YES
user_id=144058
Hi!
This feature now exists in the 2.3.0 branch thanks to
the "chame92" patch :)
Loc