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

版权声明:本文为博主原创文章,未经博主允许不得转载。如需开发微信小程序可加微信: 13977284413 https://blog.csdn.net/qq_35713752/article/details/86069150

 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

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

如图:

猜你喜欢

转载自blog.csdn.net/qq_35713752/article/details/86069150