Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
13997 Lượt xem

While installing openerp on my windows. After 2-3 steps it ask for the configuration for the postgresql connection. The default configuration was 

Hostname: localhost, Port:5432; Username: openpg; Password:openpgpwd

I want to know about this in detail.

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hostname: localhost

localhost means you installed postgresql in your machine. If you want to take database from any another machine, you have to give ip address instead of localhost(like 192.168.11.1)

Port:5432

Postgresql default port no is 5432. 

Username: openpg

Username of postgresql is openpg

Password:openpgpwd

For security reasons, postgresql default set password as openpgpwd. If we want we can change the password. We can only open the database using password.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

What information you need?
 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất
Ảnh đại diện
Huỷ bỏ