Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
11840 มุมมอง

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

อวตาร
ละทิ้ง