Re: Connection problems - PHP MySQL
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 13:38:26 -0400
Schmalz wrote:
Hi all. Probably not an original posting but I have searched high and low for a satisfactory resolution to this problem. I am using Windows XP, IIS 5.1, PHP 5.1.4 and MySQL 5.0.23 and Dreamweaver 8. When I try to create a database connection I get the "Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions" error. I have downloaded the latest mysqli and mysql extensions (PHP 5.1.6 and MySQL Server 5.0.24a) and copied these into my C:\PHP\ext directory. I believe I have already made the required changes to the php.ini file however this may not be 100% right. Any further advice and/or assistance would be greatly appreciated.
Did you stop and restart your server?
For the mysql connections, you need the following in your php.ini file:
extension=php_mysql.dll
If you want to use mysqli, you need:
extension=php_mysqli.dll
(you can specify both).
And watch for any errors when you start your server. Check your server log to see if there are any errors, also.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Connection problems - PHP MySQL
- From: Schmalz
- Connection problems - PHP MySQL
- Prev by Date: Re: Unkowingly Took PHP Job with undgodly PHP Gurus ...
- Next by Date: Re: installation frameworks for php
- Previous by thread: Re: Connection problems - PHP MySQL
- Next by thread: Re: Connection problems - PHP MySQL
- Index(es):
Relevant Pages
|