MySQL Forums
Forum List  »  PHP

Re: new MySQLi connector won't work
Posted by: Edwin Meester
Date: July 12, 2006 11:45AM

Ulf Wendel Wrote:
-------------------------------------------------------
> Edwin Meester wrote:
> > The php_Mysqli.dll provided by PHP.net works
> > perfectly.
> > But I was talking about the php_mysqli.dll at
> > http://dev.mysql.com/downloads/connector/php/
> >
> > Which isn't seen as extension.
>
> Hmm, as I successfully installed the .dll from
> dev.mysql.com, I wonder what's the problem. Can
> you check in the output of phpinfo()
>
> - which php.ini file gets used by PHP
> - if you have put the php_mysqli.dll in the
> directory specified with extension_dir in the
> php.ini
> - uncommented the ;extension=php_mysqli.dll line
>
> So, if you're 101% sure the php.ini config is
> same, try loading the extension with
> dl(c:/full/path/to/php_mysqli.dll). If it loads
> fine, then it's a fault of you configuration
> (php.ini, locateion of the dll's, ...) that the
> php.ini way does not work. If it does not load
> properly using dl(), post OS version and error
> messages.
>
> Ulf


Tried again today with the 5.0.22 php 5.1.4 connector. But no luck.
I'm 100% sure the I use the right php.ini and have placed php_mysqli in the correct direcotory.

I'm not sure bout the place of libmysql.dll.
Tried php root dir, apache bin dir and system32.

Windows server 2003 Web
Apache 2.2.2
PHP 5.1.4
Mysql 5.0.22-nt

it's driving me mad

Options: ReplyQuote


Subject
Written By
Posted
Re: new MySQLi connector won't work
July 12, 2006 11:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.