Koozali.org: home of the SME Server

Problem installing phpmyadmin

RMOORE

Problem installing phpmyadmin
« on: June 07, 2005, 05:07:41 AM »
Is anyone having problems installing PhpMyAdmin on sme version 6.5 . I seem to be having some problem installing it.

This is my step in installing .
1.download from phpmyadmin site
2.unzip the package on windows uning the win rar utility.
3.ftp the extracted contents to(sme server version6.5)
4.change varibles in the following liles

$cfgPmaAbsoluteUri= 'http://www.domainname.com/phpMyadmin/';

$cfg['Servers'][$i]['auth_type'] = 'http';
 // Authentication method (config, http or cookie based)?

$cfg['Servers'][$i]['user']= '';// MySQL user

$cfg['Servers'][$i]['password']= '';
 // MySQL password (only needed

5.Changing    these veribles,I tries to access the phpMyadmin consol using http mode i cant seem to login in can anyone hepl?