From: Jorge Bastos Date: February 14 2007 1:54pm Subject: Re: No output after mysql_connect List-Archive: http://lists.mysql.com/win32/18638 Message-Id: <266001c7503f$a48a3070$0301a8c0@hercules.decimalint.pt> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit but it's correct. mysql.dll does not come with mysql, but with php or you have to grab it separatly on: for php 5.2x http://www.php.net/get/pecl-5.2.1-Win32.zip/from/a/mirror ----- Original Message ----- From: "Dinesh Kumar" To: "Jorge Bastos" Cc: Sent: Wednesday, February 14, 2007 11:39 AM Subject: Re: No output after mysql_connect > there is no entry extension=mysql.dll in my php.ini > what is worse, the file mysql.dll does not exist anywhere in my system. > this is despite the fact that my mysql installation completed smoothly. > > Dinesh > > ----- Original Message ----- > From: "Jorge Bastos" > >> Still's correct. >> >> in your php.ini, do you have extension=mysql.dll ? >> >> find for "extension" and add this on it and restart apache >> >> ----- Original Message ----- >> From: "Dinesh Kumar" >> To: "Jorge Bastos" ; >> Sent: Wednesday, February 14, 2007 5:28 AM >> Subject: Re: No output after mysql_connect >> >> >>> It was not there. >>> I now copied it to windows path. >>> Now I am getting the error displayed on the browser: >>> >>> Fatal error: Call to undefined function mysql_connect() in C:\Program >>> Files\Apache Software Foundation\Apache2.2\htdocs\index.php on line 5 >>> >>> ----- Original Message ----- >>> From: "Jorge Bastos" >>> To: >>> Sent: Tuesday, February 13, 2007 4:14 PM >>> Subject: Re: No output after mysql_connect >>> >>> >>>> So your mysql.so php extention isn't beeing loaded >>>> >>>> do you have libmysql.dll in windows PATH ? >>> >>> >