On Wed, 16 Oct 2002 18:08:30 -0400 Pushpinder Singh Garcha <[EMAIL PROTECTED]> wrote:
> Hi > > I am wanting to use PhpMyAdmin for my project . I am developing using > PHP and MySQl and the OS is Jaguar > I have downloaded the latest version of phpmyadmin and have made > necessary changes in the 'config.inc.php' file > When I try to access PhpMyAdmin using " > http://localhost/~pgarcha/phpmyadmin/index.php" I get the folowing error > > Not Found > The requested URL /~pgarcha/phpmyadmin/index.php was not found on this > server. hm.. let me guess, First of all, I hope you are sure you accessed the right file. Second, make sure the URL you set in $cfg['PmaAbsoluteUri'] is something accessible via browser. > ------------------------------------------------------------------------ > Apache/1.3.26 Server at pushpinder-garchas-computer.local Port 80 > > This is the list of things that I have changed: > 1). $cfg['PmaAbsoluteUri'] = 'http://localhost/~pgarcha/phpmyadmin/'; > 2). $cfg['Servers'][$i]['auth_type'] = 'http'; // > Authentication method (config, http or cookie based)? > 3). $cfg['Servers'][$i]['user'] = 'root'; // > MySQL user > 4). $cfg['Servers'][$i]['password'] = 'sunny'; // MySQL you shouldn't have left this part :) > password (only needed > > // with 'config' auth_type) > > I am not sure about the "user" attribute that I have put above .... > actually "pgarcha' is the admin of the system. > Please help me out. user is what you use for connectingto mySQL database, password is mySQL's passwrd. If you are the root, you might as well be able just set user:root and password and empty string. Should work. Maxim maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php