如何在 phpMyAdmin 中设置默认主题?

How do I set the default theme in phpMyAdmin?

默认情况下,phpMyAdmin 中的 "theme" 选项仅影响更改主题设置的浏览器的主题(可能存储在 cookie 中?)。如何将特定主题设置为所有用户的默认主题?

可以从 phpMyAdmin 安装文档根目录中的 config.inc.php 文件指定默认主题:

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

来源:http://www.wallpaperama.com/forums/_wxxram.html