Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Accessing database on the network.

by vagnerr (Prior)
on Jan 23, 2002 at 01:51 UTC ( [id://140743]=note: print w/replies, xml ) Need Help??


in reply to Accessing database on the network.

What type of database are you trying to access? Mysql, Postgress, access... etc.

If you are accessing a Mysql database then check that the access priviledges are in place for non-localhost on the database. Mysql handles localhost and "other" hosts seperatly.

If you are accessing postgress then the database server needs to be configured to allow the requesting server to access it (in the main config files). You also need to add the database user on the server with the createuser command

If you're trying to access a different type of database you are going to have to give us some more info. In fact it would be worth giving as mutch information as you can in future.

HTH

---If it doesn't fit use a bigger hammer

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://140743]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found