Jump to content

PHP mysql extenstion...


Recommended Posts

I installed php and mysql when I installed Fedora Core 6, and I thought I had included the mysql option for php, but it's not connecting.  Can someone point me in the right direction??  I can't find a mysql.so file in php.d, and there is no ext directory in php.d either

 

Here's some of the php.ini file...

 

;;;;;;;;;;;;;;;;;;;;;;;;;

; Paths and Directories ;

;;;;;;;;;;;;;;;;;;;;;;;;;

 

; UNIX: "/path1:/path2"

;include_path = ".:/php/includes"

 

; Directory in which the loadable extensions (modules) reside.

extension_dir = "/usr/lib/php/modules"

 

; If you wish to have an extension loaded automatically, use the following

; syntax:

;

;  extension=modulename.extension

;

; For example:

;

;  extension=msql.so

;

; Note that it should be the name of the module only; no directory information

; needs to go here.  Specify the location of the extension with the

; extension_dir directive above.

 

 

;;;;;;;;;;;;;;;;;;;;;;

; Dynamic Extensions ;

;;;;;;;;;;;;;;;;;;;;;;

 

;;;;

; Note: packaged extension modules are now loaded via the .ini files

; found in the directory /etc/php.d; these are loaded by default.

;;;;

 

there is an ldap.ini file in php.d, but no mysql.ini....

Link to comment
https://forums.phpfreaks.com/topic/37838-php-mysql-extenstion/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.