Codeigniter error when trying to connect to database using mysqli

后端 未结 10 1015
陌清茗
陌清茗 2020-12-21 09:39

I am getting Following error in my CodeIgniter application which is live on server.

Here is the output of the error:

A PHP Error was encounte

10条回答
  •  别那么骄傲
    2020-12-21 09:58

    You can edit your server's php.ini file to define the port that CodeIgniter will use by default.

    C:\wamp64\bin\apache\apache2.4.41\bin\php.ini

    Default port number for mysqli_connect().

    mysqli.default_port = 3308

提交回复
热议问题