I’m running phpmyadmin in my dev server and i always encounter phpmyadmin timeout after 1440 seconds.
To disable the phpmyadmin timeout after 1440 seconds, follow the steps below:-
Advertisements
- Open your config.inc.php file from your phpmyadmin folder, if you do not have one, you can copy the config.sample.inc.php to config.inc.php in your phpmyadmin folder.
- Now look for this code:-
1$cfg['Servers'][$i]['auth_type'] = 'cookie';
and change to
123$cfg['Servers'][$i]['auth_type'] = 'config';$cfg['Servers'][$i]['user'] = 'your-database-user-name';$cfg['Servers'][$i]['password'] = 'your-database-password'; - Once done, save the file and you may refresh you phpmyadmin. and phpmyadmin will auto login for you.
*** DO NOT DO THIS IN YOUR PRODUCTION ENVIRONMENT ***
Related posts:
Speed Up and Save Your Website Bandwidth with GZip Compression
Mod Security - Open source Web Application Firewall
How to register a free @microsoft.com email account?
How to auto compact Email folder for Thunderbird Email Client
How to sync Google Calendar with Thunderbird
How to do string replace (str_replace) in MySQL
N900: How to connect Wifi protected setup compliant Network
How to hide apache2 version number in error page
Share this with your friends:-