Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

php_mysqli.dll

LEGEND ,
Jun 28, 2006 Jun 28, 2006

Copy link to clipboard

Copied

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
==================



TOPICS
Server side applications

Views

182
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 28, 2006 Jun 28, 2006

Copy link to clipboard

Copied

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/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 28, 2006 Jun 28, 2006

Copy link to clipboard

Copied

LATEST
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/


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines