从PHP5.0开始就不推荐使用mysql_connect()函数,到了php7.0则直接废弃了该函数,替代的函数是: mysqli_connect(); 转载于:https://www.cnblogs.com/xiaoyucoding/p/8351772.html