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

I am using iMac19,2. I have installed odoo14 with the same database name as my mac user name. But each time access to database requires  password. I want to access to db without password like I use to do in Linux. How can I configure this on Mac?

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

Make sure you are following correct installation process. You need to create a PostgreSQL user with the same name as your Unix login (not db name).

 $ sudo -u postgres createuser -s $USER 

$ createdb $USER

for details https://www.odoo.com/documentation/14.0/administration/install/install.html#demo

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you

Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 9 25
2725
0
thg 8 25
325
1
thg 8 25
2355
2
thg 7 25
8149
2
thg 7 25
4580