Changes

From Amahi Wiki
Jump to: navigation, search
510 bytes added ,  00:08, 10 February 2011
'''NOTE:''' Additional themes can be downloaded [http://www.phpmyadmin.net/home_page/themes.php here].
 
===Upload/Download Directory===
You can configure phpMyAdmin to use an Amahi Share for a SQL upload/download location.
* Create the share. See [] for guidance.
* To set the share, open a terminal window. Become '''root''' and do the following:
{{Code|cd /var/hda/web-apps/phpmyadmin/html
vi config.inc.php}}
* Change these 2 lines to reflect the path of the share you created:"
{{Text|Text=$cfg['UploadDir'] = '/var/hda/files/phpmyadmin';
$cfg['SaveDir'] = '/var/hda/files/phpmyadmin';}}
* Save the file.
12,424

edits