php-db | 2001011
Date: 01/05/01
- Next message: Manuel Lemos: "RE: [PHP-DB] searching for host"
- Previous message: Steve Bern: "[PHP-DB] Re: [PHP] Autologin problem"
- In reply to: Steve Bern: "[PHP-DB] Re: [PHP] Autologin problem"
- Next in thread: Partyka Robert: "[PHP-DB] Re: [PHP] Autologin problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 5 Jan 2001, Steve Bern wrote:
> I assume you're trying to get PostGresql to load automatically. In RH,
> get rid of the stuff you wrote below and put in the following line (in
> rc.local):
>
> /etc/rc.d/init.d/postgresql start
Actually, do a "man chkconfig" and follow the directions there. Much
neater.
In a nutshell:
chkconfig --level 2345 postgresql on
chkconfig --list
-- Chuck Milam chuck <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Manuel Lemos: "RE: [PHP-DB] searching for host"
- Previous message: Steve Bern: "[PHP-DB] Re: [PHP] Autologin problem"
- In reply to: Steve Bern: "[PHP-DB] Re: [PHP] Autologin problem"
- Next in thread: Partyka Robert: "[PHP-DB] Re: [PHP] Autologin problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

