Last active
August 29, 2015 14:04
-
-
Save Marko-M/be3b2182723e164b0909 to your computer and use it in GitHub Desktop.
PhpMyAdmin@localhost autologin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* No activity within 1440 seconds; please log in again >>no more<< | |
* | |
* /etc/phpmyadmin/config.inc.php or wherever your PhpMyAdmin config file is | |
* | |
*/ | |
$cfg['Servers'][$i]['auth_type']= 'config'; | |
$cfg['Servers'][$i]['user'] = 'whatever'; | |
$cfg['Servers'][$i]['password'] = 'whatever'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment