unable to use mysqli (with mysql 5.0.0) for php5.0.0b3 - WinXP, IIS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I can't run mysqli.

Please help me how can I install mysqli.

According to the Manual I copy C:\mysql\bin\libmySQL.dll (916Kb) to c:\windows and to c:\windows\system32.

(I've also tried to copy dll from C:\php\dlls\libmySQL.dll (228Kb))

when I run a simple script (WinXP, IIS):

<?
$link= mysqli_connect("localhost", "root", "", "mysql");
?>

I get the following error:

Fatal error: Call to undefined function mysqli_connect() in
c:\Inetpub\wwwroot\index.php on line 2

Please tell me how can I succesfully install mysqli ?

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux