Re: Basic phpPgAdmin Questions
"Daniel Secomb" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, You mean I don't have to install phpPgAdmin, PHP and Apache into Cygwin? I can install them on Windows and phpPgAdmin can 'talk' or 'communicate' some how to PostgreSQL in Cygwin??? If that's true, that could be the best news I've heard in weeks!!!!!!!!!!!! I guess my next question is, how do I get phpPgAdmin to communicate to PostgreSQL in Cygwin? If this is all true I swear I will LICK THE PATH THAT YOU WALK ON!!!!!!!!!!!!! Dan -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Robert Treat Sent: Friday, August 06, 2004 1:48 PM To: Daniel Secomb Cc: [email protected]; [email protected] Subject: Re: [CYGWIN] Basic phpPgAdmin Questions On Monday 02 August 2004 09:43, Daniel Secomb wrote: > Hi, > > I'm new to phpPgAdmin and I have some very simple questions. (If there is a > tutorial where all these questions are already answered, then I would > really appreciate if somebody could send me the link to that tutorial.) > > 1. I am running PostgreSQL (7.4.3.1) on Cygwin (1.5.10-3) on my machine > which is running Windows 98 SE. Do I install phpPgAdmin in Cygwin (Linux > emulation program) or in Windows? If I have to install it in Cygwin, then > which directory folder do I place all the installation files? Is it 'bin', > 'etc', 'home', 'lib', 'tmp', 'usr' or 'var' or do I create my own directory > to place the files? > > 2. For phpPgAdmin to work with PostgreSQL (7.4.3.1) on Cygwin (1.5.10-3), > does it require PHP installed in Cygwin as well? And if so, which directory > folder do the PHP installation files go in? > > 3. For phpPgAdmin to work properly, the 'php.ini' usually goes in the OS > directory (i.e. Windows). Which directory does the 'php.ini' file go in > Cygwin??? > > As I said before, I'm a newbie to phpPgAdmin and PostgreSQL and some > questions I'm asking may not make any sense or may be irrelevant. > > Any help will be warmly welcomed!!!! > If you spent as much time reading the INSTALL file as I did reading your sig text I think it would all make sense... you need to install php into a webserver (usually apache) and then install phppgadmin into the webserver. it operates independant of the postgresql server itself, so being on cigwyn will make no difference to phppgadmin. -- Robert Treat Build A Better Lamp :: Linux Apache {middleware} PostgreSQL ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [email protected] so that your message can get through to the mailing list cleanly ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match