CodeIgniter Forums
Unable to connect to the database. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Unable to connect to the database. (/showthread.php?tid=77263)

Pages: 1 2


RE: Unable to connect to the database. - paulbalandan - 08-12-2020

This is clearly a problem with your mysqli extension as the error says mysql_init is undefined.


RE: Unable to connect to the database. - InsiteFX - 08-13-2020

xampp\php\php.ini

PHP.INI


Code:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

;; if like this with a semi-colon
;extension=mysqli

;; remove the semi-colon
extension=mysqli