databases

MySQL: Log Files in Linux / UNIX / BSD

by Vivek Gite on April 16, 2009 · 0 comments

Can you tell me where are MySQL error and other log files are located under Linux / UNIX / BSD operating systems?

{ 0 comments }

Applescript: Run or Call a Shell Script

by Vivek Gite on January 26, 2009 · 3 comments

How do run a a shell script with an AppleScript? How do I integrate shell scripts into AppleScript? How do I call a shell script called /path/to/chkhost.sh using an applescript?

{ 3 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?

{ 19 comments }

MySQL List Databases

by Vivek Gite on April 12, 2008 · 3 comments

Q. How do I display a list of all databases under MySQL Server?

{ 3 comments }

Search For Files In Bash

by Vivek Gite on February 15, 2007 · 0 comments

How do I search for file in Bash?

{ 0 comments }