Hi, I have phpmyadmin installed in my ISP in a directory called admin. I want to install another copy of phpmyadmin in another server. So, I tryed to copy the entire phpmyadmin directory to the new server and altered the database and password in the config.inc lines
$cfgServers[1]['user'] = 'test';
$cfgServers[1]['password'] 'test';
cfgServers[1]['only_db'] = 'test';
Up to now it didn't work.
I know that I have to alter the address in AuthUserFile line of .htpasswd file.
But, there is my difficulty because I don't have any idea of how to set this up. I know it is the server address, but how to I build that??
If I am following the wrong path please help me putting this up showing me the right files to modify and the right parameters to alter in order make phpmyadmin working on.
thanks
Rod