-2

I am creating databases in MySQL and PostgreSQL. When I am going to create a user that only can work in localhost (like MySQL with: create user 'X'@'localhost'), I can't do it. Is there any way to create the equivalent?

1 Answer 1

2

look for pg_hba.conf file - you can define user access there

http://www.postgresql.org/docs/9.1/static/auth-pg-hba-conf.html

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.