Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001011

[PHP-DB] Re: [PHP] Autologin problem From: Chuck Milam (chuck <email protected>)
Date: 01/05/01

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>