Set Default Theme in phpMyAdmin on CentOS

I have installed phpMyAdmin on CentOS 6 via the EPEL repository using:

yum install phpMyAdmin

phpmyadmin I was asked to set the default theme from the new jazzy one to the traditional one. To do so I edited the phpMyAdmin config file. On CentOS this was at /etc/phpMyAdmin/config.inc.php but on other installations it may be under /usr/share/phpMyAdmin

vi /etc/phpMyAdmin/config.inc.php

To that file I added the following line:

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

phpmyadmin themedefaultAnd I restarted the service to make sure the config file was re-read by Apache.

 

 

Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>