How do I use mysqldump command with Unix shell pipes?
{ 0 comments }
Can you tell me where are MySQL error and other log files are located under Linux / UNIX / BSD operating systems?
{ 0 comments }
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?
{ 27 comments }