<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/set.mysqlinfo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.mysqlnd.php',
    1 => 'Mysqlnd',
    2 => 'Le pilote natif MySQL',
  ),
  'up' => 
  array (
    0 => 'set.mysqlinfo.php',
    1 => 'MySQL',
  ),
  'prev' => 
  array (
    0 => 'function.mysql-unbuffered-query.php',
    1 => 'mysql_unbuffered_query',
  ),
  'next' => 
  array (
    0 => 'mysqlnd.overview.php',
    1 => 'Introduction',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/mysqlnd/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.mysqlnd.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.mysqlnd" class="book">
 

 <h1 class="title">Le pilote natif MySQL</h1>

 



 <div id="intro.mysqlnd" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="simpara">
   Le driver natif MySQL est un remplacement pour la bibliothèque cliente
   MySQL (libmysqlclient). Le driver natif MySQL fait partie des sources
   officielles PHP depuis la version 5.3.0.
  </p>
  <p class="simpara">
   Les extensions de bases de données MySQL, <code class="literal">mysqli</code> et
   PDO MYSQL, communiquent avec le serveur MySQL. Dans le passé, ces
   actions étaient réalisées par l&#039;extension, en utilisant les services
   fournis par la bibliothèque cliente MySQL. Les extensions étaient ainsi
   compilées avec la bibliothèque cliente MySQL afin de pouvoir utiliser
   son protocole client-serveur.
  </p>
  <p class="simpara">
   Avec le driver natif MySQL, il existe maintenant une
   alternative, et les extensions de bases de données MySQL peuvent
   désormais être compilées avec le driver natif MySQL plutôt qu&#039;avec la
   bibliothèque cliente MySQL.
  </p>
  <p class="simpara">
   Le driver natif MySQL est écrit en C sous la forme d&#039;une extension PHP.
  </p>

 </div>

































































<ul class="chunklist chunklist_book"><li><a href="mysqlnd.overview.php">Introduction</a></li><li><a href="mysqlnd.install.php">Installation</a></li><li><a href="mysqlnd.config.php">Configuration &agrave; l'ex&eacute;cution</a></li><li><a href="mysqlnd.incompatibilities.php">Incompatibilit&eacute;s</a></li><li><a href="mysqlnd.persist.php">Les connexions persistantes</a></li><li><a href="mysqlnd.stats.php">Statistiques</a></li><li><a href="mysqlnd.notes.php">Notes</a></li><li><a href="mysqlnd.memory.php">Gestion de la m&eacute;moire</a></li><li><a href="mysqlnd.plugin.php">API du plugin du driver natif MySQL</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mysqlnd.plugin.mysql-proxy.php">Comparaison des plugins mysqlnd avec proxy MySQL</a></li><li><a href="mysqlnd.plugin.obtaining.php">Obtenir l'API du plugin mysqlnd</a></li><li><a href="mysqlnd.plugin.architecture.php">Architecture du plugin du driver natif</a></li><li><a href="mysqlnd.plugin.api.php">L'API du plugin mysqlnd</a></li><li><a href="mysqlnd.plugin.developing.php">Bien commencer la compilation d'un plugin mysqlnd</a></li></ul></li></ul></div><?php manual_footer($setup); ?>