skip to Main Content

Codeigniter 3 MySQLi Secure db connection – PHP Versions

Recently my db team upgraded db for encrypted connection. And Our portal built with using Codeigniter 3 started throwing below error. Severity: Warning Message: mysqli::real_connect(): (HY000/3159): Connections using insecure transport are prohibited while --require_secure_transport=ON. Filename: mysqli/mysqli_driver.php Line Number: 203 Previously…

VIEW QUESTION

Php versions – Live Server MySQL connection time out, on Google Cloud Instances

A PHP Error was encountered Severity: Warning Message: mysqli::real_connect(): (HY000/2002): Connection timed out Filename: mysqli/mysqli_driver.php Line Number: 203 Backtrace: File: /var/www/html/medical-survey/application/models/Userdata_model.php Line: 8 Function: database File: /var/www/html/medical-survey/application/controllers/Admins.php Line: 9 Function: model File: /var/www/html/medical-survey/index.php Line: 315 Function: require_once and A Database…

VIEW QUESTION
Back To Top
Search