![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to work & connect php wirh PGSQL on Red Hat ES 3. But I don't know how to start/stop pgsql server, Insert data from client pgsql , view database files, admin database & configuration file. |
#3
| |||
| |||
|
|
jatrojoomla <jatrojoomla (AT) gmail (DOT) com> wrote: I am trying to work & connect php wirh PGSQL on Red Hat ES 3. But I don't know how to start/stop pgsql server, Insert data from client pgsql , view database files, admin database & configuration file. It is not possible and feasible to post a tutorial here. I suggest that you start by reading the documentation: http://www.postgresql.org/docs/8.1/static/index.html for PostgreSQL http://www.php.net/manual/en/ for PHP http://www.php.net/manual/en/ref.pgsql.php the PostgreSQL functions of PHP For database administration, either use the psql command line interface (described in the documentation), the 'fat client' admin GUI tool pgAdminIII (http://www.pgadmin.org/) or the PHP web application phpPgAdmin (http://phppgadmin.sourceforge.net/). Yours, Laurenz Albe |
#4
| |||
| |||
|
|
apache & php is working but how to start & stop pgsql server on Red Hat linux ES |
#5
| |||
| |||
|
|
jatrojoomla <jatrojoomla (AT) gmail (DOT) com> wrote: apache & php is working but how to start & stop pgsql server on Red Hat linux ES http://www.postgresql.org/docs/8.1/s...ter-start.html It is right in the documentation I pointed you to. Now, if you want me to tell you the exact command line string that you need to type to do it on your machine, I'll have to disappoint you. That depends a lot on how you installed and configured PostgreSQL. Maybe there is a startup script in /etc/rc.d/init.d that starts PostgreSQL at system boot; if yes, you can also use this to start the server. Keep in mind that you need to create a database cluster before you can start the server on it. Read the Server Administration section of the manual: http://www.postgresql.org/docs/8.1/static/admin.html I mean it. Yours, Laurenz Albe |
#6
| |||
| |||
|
|
THANKS SIR [...] |
|
I AM VERY HAPPY!!! BUT NOW MY PROBLEM IS |
|
I AM NOT ABLE TO WORK WITH PHPPgADMIN -- IT SHOWING MESSAGE LIKE: You don't have permission to access /phpPgAdmin/ on this server. I PUT LOGIN DETAILS ON .conf file BUT STILL IT'S SHOWES THE SAME PROBLEM |
![]() |
| Thread Tools | |
| Display Modes | |
| |