【发布时间】:2017-12-24 13:48:20
【问题描述】:
这是我的 config.php
<?php mysql_connect('localhost', 'id2266180_test', 'testtest'); mysql_select_db ('id2266180_test');?>
这是错误
致命错误:未捕获错误:调用未定义函数 /storage/ssd2/180/2266180/public_html/config.php:9 中的 mysql_connect() 堆栈跟踪:#0 /storage/ssd2/180/2266180/public_html/index.php(3): include() #1 {main} 抛出 /storage/ssd2/180/2266180/public_html/config.php 在第 9 行
【问题讨论】:
-
mysql_*函数从 PHP7 开始被删除。而是使用mysqli_*函数。 -
MySQL 没了,如果你想使用它需要降级到 PHP 5.6