回 帖 发 新 帖 刷新版面

主题:[原创]php与MySQL的连接问题

下面是这个文件的第9行:
$connBoard = mysql_pconnect($hostname_connBoard, $username_connBoard, $password_connBoard) or trigger_error(mysql_error(),E_USER_ERROR); 

这个是错误:
Fatal error: Call to undefined function mysql_pconnect() in C:\lyb\Connections\connBoard.php on line 9

回复列表 (共1个回复)

沙发

运行环境的问题,在编译PHP的时候没有加上--with-mysql的选项。
#apt-get install mysqlclient14-dev libxml2-dev postgresql-dev
#./configure --with-apxs2=/usr/bin/apxs --with-mysql --with-pgsql

我来回复

您尚未登录,请登录后再回复。点此登录或注册