[PHP] PhpMyADmin Help

2003-02-04 Thread Pushpinder Singh Garcha
Hello ,

I am using PhpMyAdmin to control my MySQL Database. Untill now I had 
been using the Local Apache webserver  to test my scripts, so I had 
installed PhpMyAdmin in the 'Sites' Folder of my Mac. Now I need to 
beta test the Application on the Live Server. Do I need to upload 
PhpMyAdmin on to the remote site? Or can I let it remain sitting on the 
local server.

Also, I was wondering , what value should I assign to the 
$cfg['PmaAbsoluteUri'] variable in the config.inc.php file.

Many Thanks,
Pushpinder


Pushpinder Singh Garcha
_
Web Architect


[PHP] phpMyAdmin Help

2002-11-13 Thread Pushpinder Sngh Garcha
Hi All,

I am running PHP and MySQL on Jaguar Mac OS.
I have setup the phpMyAdmin to run on the local host, and I also have 
my MySQL Database up and ready.
On the main control panel of phpMyAdmin I am able to see the databases 
that I have created using the sheel prompt. But when I try to access 
them I get this error


Not Found
The requested URL /~pgarcha/Desktop/phpMyAdmin/index.php was not found 
on this server.
Apache/1.3.26 Server at pgarcha.local Port 80

Please help me out.

--Pushpinder


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Phpmyadmin HELP!!!

2002-11-03 Thread Rodrigo de Oliveira Costa
Hi people,

After I installed phpmyadmin on my computer that runs an Apache I've worked almost 
everything out. 
The only problem I seem to have is that when I create a Database I can't put more than 
8 columns and if I do it simply doesnt accept it. 
Another problem that it looks like I'm having is that when I log into a database it 
shows all the tables in that database on my left but if I click on a table with more 
than 8 columns, that I created in the DOS, it simply doesnt show the details. HELP!!! 

I'm running:

Windows XP
Php 4.2.2 
Apache 2.0.39 
MySql 3.23.51 
PhpMyAdmin 2.3.2 

Thanks,
Rodrigo



Re: [PHP] Phpmyadmin HELP!!!

2002-11-03 Thread Jason Wong
On Monday 04 November 2002 07:16, Rodrigo de Oliveira Costa wrote:
 Hi people,

 After I installed phpmyadmin on my computer that runs an Apache I've worked
 almost everything out. The only problem I seem to have is that when I
 create a Database I can't put more than 8 columns and if I do it simply
 doesnt accept it. Another problem that it looks like I'm having is that
 when I log into a database it shows all the tables in that database on my
 left but if I click on a table with more than 8 columns, that I created in
 the DOS, it simply doesnt show the details. HELP!!!

I think phpmyadmin has its own mailing list. You should be asking on there.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
I used to be disgusted, now I find I'm just amused.
-- Elvis Costello
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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  
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.


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 
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.

Thanks in advance
Pushpinder


Pushpinder Singh Garcha
_
Web Developer
T. Falcon Napier and Associates, Inc.
Off : 704 987 6500
Cell  :  704 236 2939
Fax   :  704 987 5002
_


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 have ~username/public_html


On Wed, 2002-10-16 at 16:08, 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 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.
 
 
 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 
 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.
 
 Thanks in advance
 Pushpinder
 
 
 Pushpinder Singh Garcha
 _
 Web Developer
 T. Falcon Napier and Associates, Inc.
 Off : 704 987 6500
 Cell  :  704 236 2939
 Fax   :  704 987 5002
 _
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 . 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.

 
 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
 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.

 Thanks in advance
 Pushpinder

 Pushpinder Singh Garcha
 _
 Web Developer
 T. Falcon Napier and Associates, Inc.
 Off : 704 987 6500
 Cell  :  704 236 2939
 Fax   :  704 987 5002
 _


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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, then you're pointing your browser to the wrong location.

Cheers,


Marco

On Wed, 2002-10-16 at 18:08, 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 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.
 
 
 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 
 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.
 
 Thanks in advance
 Pushpinder
 
 
 Pushpinder Singh Garcha
 _
 Web Developer
 T. Falcon Napier and Associates, Inc.
 Off : 704 987 6500
 Cell  :  704 236 2939
 Fax   :  704 987 5002
 _



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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.
 
 
 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 
 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.
 
 Thanks in advance
 Pushpinder
 
 
 Pushpinder Singh Garcha
 _
 Web Developer
 T. Falcon Napier and Associates, Inc.
 Off : 704 987 6500
 Cell  :  704 236 2939
 Fax   :  704 987 5002
 _

-- 
Timothy Hitchens (HiTCHO)
Web Application Analyst and Developer
e-mail: [EMAIL PROTECTED]
mobile: 0419 521 440



-
HiTCHO Group - ABN: 85 816 540 110
Web Site: http://www.hitcho.com.au/
Snail Mail: PO Box 101 Arana Hills QLD 4054
Telephone: 07 3351 0951 - Facsimile: 07 3351 0952


IMPORTANT:
This email may be the view of the individual and
not that of the organisation. The contents of
this electronic mail (including attachments) may
be privileged and commercially confidential.

Any unauthorised use of the contents is expressly
prohibited. If you have received this document in
error, please advise us by telephone immediately
and then delete the document.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 '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




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 '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.

That error is being generated by Apache and is therefore nothing to do 
with the phpMyAdmin configuration file. My guess is that you have the 
case wrong. Try http://localhost/~pgarcha/phpMyAdmin/index.php

-- 
Stuart


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php