Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Last active April 28, 2023 04:21
Show Gist options
  • Save Max95Cohen/4e2c500e773fa8b65d81265d04b50ff2 to your computer and use it in GitHub Desktop.
Save Max95Cohen/4e2c500e773fa8b65d81265d04b50ff2 to your computer and use it in GitHub Desktop.
config.inc.php phpmyadmin config
$cfg['ShowDatabasesNavigationAsTree'] = true;
$cfg['ThemeDefault'] = 'original';
$cfg['Servers'][$i]['hide_db'] = '^(information_schema|performance_schema|mysql|phpmyadmin|sys)$';
$cfg['MaxNavigationItems'] = 500;
$cfg['TablePrimaryKeyOrder'] = 'desc';
$cfg['ProtectBinary'] = false;
$cfg['ShowBlob'] = true;
$cfg['NavigationDisplayLogo'] = false;
$cfg['NavigationTreeEnableGrouping'] = false;
$cfg['MaxRows'] = 10;
$cfg['PmaNoRelation_DisableWarning'] = true;
$cfg['ZeroConf'] = false;
$cfg['NavigationWidth'] = 400;
$cfg['VersionCheck'] = false;
$cfg['LoginCookieValidity'] = 1440;
# $cfg['LoginCookieRecall'] = false;
# $cfg['MaxTableList'] = 5000;
# $cfg['FirstLevelNavigationItems'] = 200;
$cfg['ForceSSL'] = false;
$cfg['LoginCookieValidityDisableWarning'] = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment