![]() |
Using MariaDB in CodeIgniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Using MariaDB in CodeIgniter (/showthread.php?tid=69489) |
Using MariaDB in CodeIgniter - emilio - 12-02-2017 Hello there, I have a question to ask, I am new of CodeIgniter and I would like to move from MySQL to MariaDB, so the question is "Should I use MySQL driver on MariaDB or is there a specific driver for it?" Thank you RE: Using MariaDB in CodeIgniter - natanfelles - 12-02-2017 In the last two years, I never had problems using the MySQLi driver with MariaDB <= 10.1. Look it: https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/ RE: Using MariaDB in CodeIgniter - emilio - 12-02-2017 (12-02-2017, 11:58 AM)natanfelles Wrote: In the last two years, I never had problems using the MySQLi driver with MariaDB <= 10.1. Thank for your answer |