CodeIgniter Forums
Does CI 2.0.x support the mysqlnd driver? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Does CI 2.0.x support the mysqlnd driver? (/showthread.php?tid=70906)



Does CI 2.0.x support the mysqlnd driver? - dperaza83 - 06-15-2018

I'd like to know the answer to the question in the thread subject. If that's possible, please provide a sample configuration I can use in the database.php file to use it.


RE: Does CI 2.0.x support the mysqlnd driver? - php_rocs - 06-15-2018

@dperaza83,

You do know that CI 2.0.x is not supported anymore...right? Why not upgrade to CI 3.1.9?


RE: Does CI 2.0.x support the mysqlnd driver? - dperaza83 - 06-15-2018

That's because I'm working on a legacy project and it's up to the CTO to make that decision.


RE: Does CI 2.0.x support the mysqlnd driver? - ciadmin - 06-15-2018

Looking at the CI2.2.6 download, there is no "mysqlnd" driver provided.
The system/database/drivers folder shows those that are supported, including mysql and mysqli.
I don't know if the odbc or pdo drivers might work for your purposes, if the above won't.