Skip to main content
Inspiring
June 28, 2006
Question

php_mysqli.dll

  • June 28, 2006
  • 2 replies
  • 200 views
What problems does the use of this extension solve with MySQL. I am
discussing this with my host just now....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================



This topic has been closed for replies.

2 replies

Inspiring
June 28, 2006
Thanks, David.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"David Powers" <david@example.com> wrote in message
news:e7utkn$bfl$1@forums.macromedia.com...
> Murray *ACE* wrote:
>> What problems does the use of this extension solve with MySQL. I am
>> discussing this with my host just now....
>
> The main reason for using mysqli is to take advantage of new features in
> MySQL 4.1 and higher. It's particularly required for handling the
> different authentication implemented since MySQL 4.1.
>
> http://dev.mysql.com/doc/refman/5.0/en/old-client.html
>
> See the note at the bottom of the page.
>
> --
> David Powers
> Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
> Author, "Foundation PHP 5 for Flash" (friends of ED)
> http://foundationphp.com/


Inspiring
June 28, 2006
Murray *ACE* wrote:
> What problems does the use of this extension solve with MySQL. I am
> discussing this with my host just now....

The main reason for using mysqli is to take advantage of new features in
MySQL 4.1 and higher. It's particularly required for handling the
different authentication implemented since MySQL 4.1.

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

See the note at the bottom of the page.

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/