php解决 mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysq

微信小程序开发交流qq群   173683895

   承接微信小程序开发。扫码加微信。

 

 

 The mysql extension is deprecated and will be removed in the future: use mysq

翻译:

mysql_connect这个模块将在未来弃用,请你使用mysqli或者PDO来替代。

解决方法:

打开php.ini 配置文件把

display_errors = On
改为
display_errors = Off

改完之后重启服务就可以了。

如图:

php解决 mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysq_第1张图片

 

 

你可能感兴趣的:(PHP)