[PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Pushpinder Singh Garcha
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

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread .: B i g D o g :.
What web server are u using? If you are using apache you need to make sure you have the user directive set up properly for this. Plus, in the user directory u need to have the appropriate directory too. By default apache has it set to look for public_html... So in the user directory you would

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Brad Bonkoski
sounds like an apache config problem to me, if it is not even getting there... perhaps you should check the httpd.conf file to look into the UserDir settings to make sure the path is a web accessible path. -Brad Pushpinder Singh Garcha wrote: Hi I am wanting to use PhpMyAdmin for my project

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Marco Tabini
Hi, This doesn't seem to be a PHP error at all, but rather Apache telling you that it's unable to find your files. Are you sure you're pointing your browser to the correct location? Try putting a simple HTML file in your PHPMyAdmin directory and calling that one up. If you still get an error,

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Timothy Hitchens
Try something for me change the localhost to 127.0.0.1 Also look at the public_html settings for each user... Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] Pushpinder Singh Garcha wrote: Hi I am wanting to use PhpMyAdmin for my project . I am developing using PHP and MySQl and the OS is

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Maxim Maletsky
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

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Stuart
On Wednesday, Oct 16, 2002, at 23:08 Europe/London, Pushpinder Singh Garcha wrote: 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