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ř 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.
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ř 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.