phpMyAdmin timeout

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

2 Responses to “phpMyAdmin timeout”

  1. ashly says:

    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!!!

  2. dean Sauer says:

    PS don’t forget to clear cookies to make the new setting work

Leave a Reply