PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, March 17, 2022

[FIXED] How do I set the default theme in phpMyAdmin?

 March 17, 2022     phpmyadmin, themes     No comments   

Issue

By default the "theme" option in phpMyAdmin affects the theme only for the browser in which the theme setting is changed (stored in a cookie maybe?). How do I set a specific theme as the default for all users?


Solution

A default theme can be specified from the config.inc.php file in the document root of the phpMyAdmin installation:

$cfg['ThemeDefault'] = 'original';

source: http://www.wallpaperama.com/forums/_wxxram.html



Answered By - John Langford
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing