Re: Completely Stumped - phpMyAdmin config

2004-06-02 Thread Steve Davies
hi Have you changed the auth bits in config.inc.php in the phpMyAdmin directory?? You need to tell phpMyAdmin how and who to connect to mysql as. I can't remember the exact lines but there are 3 lines in the 'servers' section containing (I think) auth_type, user and password. These need to be c

Re: Completely Stumped - phpMyAdmin config

2004-06-02 Thread Daniel Clark
I remember something setting mine up. The phpMyAdmin.ini (I think) had to have the correct IP address of the machine/database it was running on. My machines internal address was 192.168.2.100, but the INI setting had to be the outside resolved IP 24.16.xx.xx if running it from outside. > Hello: