Difference between revisions of "PhpMyAdmin"
From Amahi Wiki
(Created page with 'Category:Apps == Getting More Info ==') |
|||
Line 1: | Line 1: | ||
[[Category:Apps]] | [[Category:Apps]] | ||
− | == | + | == TIPS == |
+ | * To set the default theme to something other than original, do the following: | ||
+ | cd /var/hda/web-apps/phpmyadmin/html | ||
+ | vi config.inc.php | ||
+ | * Add this line to the end and change the name to the theme of your choice (i.e. paradice) | ||
+ | $cfg['ThemeDefault'] = 'paradice'; | ||
+ | * Save the file and clear the web browser cache. | ||
+ | * Access phpMyAdmin and you will see the new theme applied as default to the login. |
Revision as of 19:43, 17 July 2010
TIPS
- To set the default theme to something other than original, do the following:
cd /var/hda/web-apps/phpmyadmin/html vi config.inc.php
- Add this line to the end and change the name to the theme of your choice (i.e. paradice)
$cfg['ThemeDefault'] = 'paradice';
- Save the file and clear the web browser cache.
- Access phpMyAdmin and you will see the new theme applied as default to the login.