コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
11816 ビュー

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. :)

アバター
破棄