From: Jigme D. <jig...@gm...> - 2007-03-09 21:43:37
|
On 3/9/07, Sergio Ruiz <ru...@sb...> wrote: > The error message is the following: > Error! > could not connect to server: Connection refused > Is the server running on host "192.168.1.24" and accepting > TCP/IP connections on port 5432? The error message looks like the SQL server is either not running, or if it is running it is not accepting connections on the 192.168.1.24 interface. If this is the localhost that is running the server, you can simply leave the host blank and it should work. It works for me that way. Jigme Datse |