You can always place it in an ibay and run it from there...
Download from
http://www.phpmyadmin.net/home_page/downloads.phpI used the zip.
Create an ibay called phpmyadmin and set security as you see fit. Allow scripts to run on the ibay.
Extract the zip and place in the ibay.
Now we need to find out what the root password is so phpadmin can connect to mysql.
vi /root/.my.cnf
or
pico /root/.my.cnf
(yes the password is the big long bunch of stuff)
Now copy it for later.
Edit the file config.inc.php
vi /etc/e-smith/files/ibays/your_ibay/config.inc.php
Go to line 85
Add the root password to:
$cfg['Servers'][$i]['password'] = 'your_root_password'; // MySQL password (only needed.
Your done... Now go to
http://your_sme_server/phpadmin/Shane