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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2161
查看
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
Thank you
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
9月 25
|
2721 | ||
|
0
8月 25
|
320 | ||
|
1
8月 25
|
2343 | ||
|
2
7月 25
|
8147 | ||
|
2
7月 25
|
4579 |