Re: [Phpmyadmin-devel] [Phpmyadmin-svn] SF.net SVN: phpmyadmin:[13391] trunk/phpMyAdmin

Hi Dne Mon, 15 Feb 2010 15:21:56 +0000 helmo@users.sourceforge.net napsal(a):
Revision: 13391 http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=13391&view=rev Author: helmo Date: 2010-02-15 15:21:55 +0000 (Mon, 15 Feb 2010)
Log Message: ----------- rfe #2792992 [doc] Added advice to re-login after changing pmadb settings
I think we should rather fix caching of relation parameters so that such thing won't be needed (there is already bug from me opened for this). -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Michal Čihař wrote:
Hi
Dne Mon, 15 Feb 2010 15:21:56 +0000 helmo@users.sourceforge.net napsal(a):
Revision: 13391 http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=13391&view=rev Author: helmo Date: 2010-02-15 15:21:55 +0000 (Mon, 15 Feb 2010)
Log Message: ----------- rfe #2792992 [doc] Added advice to re-login after changing pmadb settings
I think we should rather fix caching of relation parameters so that such thing won't be needed (there is already bug from me opened for this).
That would be better, but it would involve reloading the config file. Ideally I would like to automate the creation of the pma db and any additionally needed tables. -- Met vriendelijke groet / Regards, Herman van Rink Initfour websolutions

Dne Mon, 15 Feb 2010 17:30:02 +0100 Herman van Rink <rink@initfour.nl> napsal(a):
That would be better, but it would involve reloading the config file. Ideally I would like to automate the creation of the pma db and any additionally needed tables.
The config file is already being loaded on each request for some time (initially it was AFAIK done to avoid storing sensitive data in session), that's not problem. The problem is that some pmadb related things are cached in session and they do not detect changes in configuration. -- Michal Čihař | http://cihar.com | http://blog.cihar.com

Michal Čihař wrote:
Dne Mon, 15 Feb 2010 17:30:02 +0100 Herman van Rink <rink@initfour.nl> napsal(a):
That would be better, but it would involve reloading the config file. Ideally I would like to automate the creation of the pma db and any additionally needed tables.
The config file is already being loaded on each request for some time (initially it was AFAIK done to avoid storing sensitive data in session), that's not problem. The problem is that some pmadb related things are cached in session and they do not detect changes in configuration.
I think I'd prefer a 'Reload' link on the chk_rel.php page instead of a mechanism that checks for config changes on every page load. -- Met vriendelijke groet / Regards, Herman van Rink Initfour websolutions
participants (2)
-
Herman van Rink
-
Michal Čihař