I suggest the PMA tables by default get created with double-
underscores at the front: pma__bookmark, pma__relation, etc.
to conform with default settings $cfg['LeftFrameTableSeparator']
= '__' when $cfg['LeftFrameLight'] == FALSE. If you agree, then
changes would need to be made in the default config.inc.php,
in the two create_tables.sql scripts, and probably elsewhere
(documentation?)
Logged In: YES
user_id=210714
In theory I agree, but I fear the effect this would have on
existing installations.
Logged In: YES
user_id=192186
Default table names should not affect existing
installations, or am I missing something?
Logged In: YES
user_id=210714
Michal you are right.
This requested feature was implemented in the repository and will be part of a future release; thanks for suggesting.