Using putty in windows
http://www.putty.nl/latest/x86/putty-0.58-installer.exeUsing linux terminal ssh root@servername.domain
Or login to your server at a teminal
You are now in roots directory
Copy and paste these commands if you are logged in remotely else print this page out and issue these command at a terminal
mkdir phpmyadminThis will make a new directory
cd phpmyadmin/this command changes you into the new directory
wget http://mirror.contribs.org/smeserver/contribs//dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpmdownloads the file you want
lsoutput should be smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
yum localinstall smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpmwill install the rmp you are trying to install
signal-event post-upgrade; signal-event rebootafter update issue this command
Or
rpm -Uvh smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpmthis will install the rpm in that directory using a rpm installation command
to login goto
https://yourservername/phpmyadminusername is admin
password is your roots password