server service

Q. I’ve installed Postgresql under Red Hat Enterprise Linux 5.x server. I’ve created username / password and database. But when I try to connect it via PHP or psql using following syntax:

psql -d myDb -U username -W

It gives me an error that read as follows:

psql: FATAL: Ident authentication failed for user “username”

How do I fix this error?

{ 19 comments }

How do I start and stop mysql server under Debian / Ubuntu Linux system?

{ 0 comments }

Restart Httpd Server

by Vivek Gite on March 18, 2008 · 2 comments

Explains how to restart / stop / start httpd ( Apache ) web server under Red Hat / RHEL / Fedora / CentOS Linux operating system from a shell prompt.

{ 2 comments }