Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marko-M/be3b2182723e164b0909 to your computer and use it in GitHub Desktop.
Save Marko-M/be3b2182723e164b0909 to your computer and use it in GitHub Desktop.
PhpMyAdmin@localhost autologin
<?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