
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
步科绿色版数据库密码是什么
-
下载了步科大大的openerp 确实比官方的好用 可是用pgadmin怎么连都进不去
用户名 openerp 密码 openerp 不行。。。 -
看看 openerp-server.conf 文件中的 db_打头的参数?
-
[quote author=mrshelly link=topic=16239.msg27482#msg27482 date=1392938353]
看看 openerp-server.conf 文件中的 db_打头的参数?
[/quote]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = 127.0.0.1
db_port = 5432
db_user = openerp
pg_path = pgsql/bin
里面没有密码。。 -
GreenOpenERP-7.0-latest\pgsql\data\pg_hba.conf
host all all 127.0.0.1/32 trust
本地用户使用 local "trust" authentication,登陆密码为空
如果要远程密码登陆,先本地登陆更改postgres/openerp用户密码
再将trust改为md5,重启postgreSQL。
改密码可以图形界面登陆 GreenOpenERP-7.0-latest\pgsql\bin\pgAdmin3.exe
[attachimg=1] -
[quote author=youring link=topic=16239.msg27491#msg27491 date=1393038295]
GreenOpenERP-7.0-latest\pgsql\data\pg_hba.conf
host all all 127.0.0.1/32 trust
本地用户使用 local "trust" authentication,登陆密码为空
如果要远程密码登陆,先本地登陆更改postgres/openerp用户密码
再将trust改为md5,重启postgreSQL。
改密码可以图形界面登陆 GreenOpenERP-7.0-latest\pgsql\bin\pgAdmin3.exe
[attachimg=1]
[/quote]
本地用户使用 local "trust" authentication,登陆密码为空 请教下 这句话是什么意思- -
本地用户登陆的话 登陆账户是哪个 -
刚在群里问了步科大大 原来是因为主机名没改的原因
windows下要把主机名改成127.0.0.1即可