会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎来到我的博客
博客园
首页
新随笔
联系
订阅
管理
2016年3月4日
Odoo创建数据库时出现的问题 DataError: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
摘要: 解决方案: 执行如下指令进入PostgreSQL控制台: sudo -u postgres psql postgres 然后在PostgreSQL控制下按顺序执行如下指令: update pg_database set datallowconn = TRUE where datname = 'tem
阅读全文
posted @ 2016-03-04 08:36 老醋蛰头
阅读(676)
评论(0)
推荐(0)
公告