跳至内容
菜单
此问题已终结
2 回复
11804 查看

I have openerp working via postgresql but I'm using mysql for several others webapps and I'm wondering if I can use it for openerp so I can eliminate postgresql. Is this possible and production-ready?

形象
丢弃
最佳答案

Short answer: No.

Longer answer: No, you can't. :)

Full answer: OpenERP uses a lot of postgresql that MySQL (or mariadb) doesn't support. Use the xmlrpc api from your application to talk to OpenERP.

形象
丢弃
编写者 最佳答案

LOL, thank you. :)

形象
丢弃