The phpMyAdmin timeout is quite short by default (about half an hour). Put the following line in config.inc.php to make it longer:
$cfg['LoginCookieValidity'] = 60 * 60 * 24;
This will set the timeout to one day.
Source: dotticontra.org
The phpMyAdmin timeout is quite short by default (about half an hour). Put the following line in config.inc.php to make it longer:
$cfg['LoginCookieValidity'] = 60 * 60 * 24;
This will set the timeout to one day.
Source: dotticontra.org
very informative article, btw, if any one wants to manage db, a ready front end tool you can try for sqlyog, it is under open source & is now compatible platforms like Windows version from 98SE to Vista. Runs on Linux with WINE. just enjoy!!!
PS don’t forget to clear cookies to make the new setting work