Home >Backend Development >PHP Tutorial >solaris 11中怎么在没有安装mysql的机器下使用mysql_connect等函数

solaris 11中怎么在没有安装mysql的机器下使用mysql_connect等函数

WBOY
WBOYOriginal
2016-06-13 10:33:211016browse

solaris 11中如何在没有安装mysql的机器上使用mysql_connect等函数
最近在服务器上编译安装了一下PHP, 
默认的./configure
然后make
make install

PHP功能可以正常使用了,但是没有办法连接远程mysql服务器。
mysql_connect函数都无法调用。
PHP Fatal error: Call to undefined function mysql_connect() in /home/testusr/test.php


还有一个问题就是,如果想连接远程Oracle服务器,已需要怎么做?

在线等,先谢谢各位大侠了。

------解决方案--------------------

探讨

引用:

自己加一句:
extension=路径/libmysqlclient.so

然后/mysql看看有没有[Mysql]的默认配置项,没有的话去php源码路径下找一份php.ini配置文件,把相关配置项粘过去。


哪里去弄libmysqlclient.so这个文件啊?
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn