We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

MariaDB and PhalconPHP

Hello!

I'm starting with PhalconPHP right now and I already saw that the framework doesn't have support for MariaDB until now. So I ask: to create an adapter by my own, is just to implement "Phalcon\Db\DialectInterface"?

Cheers!

MySQL = MariaDB = Percona = the same api, i use Percona and everything works, what problem do you have with MariaDB ?

Yes, you're right. I was thought that Phalcon have a limitation about the driver name or something like this. I just installed MariaDB and the Phalcon flied up like a charm!