On 22.07.2009 17:09, Alexander Rutkowski wrote:
Hi all,
does anybody know if there exist a config var in PMA that define the style of generated tablenames ? Is there a rule for programmers ?
When I edit the structure of a field, PMA produces only "tablename" as table name. When I insert data it produces "dbname" . "tablename".
including the database name is a more safe approach, query will work regardless of currently selected database
otherwise you have to ensure correct database is selected
i would always prefer including database name