Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9770

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Quickstart and Examples</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intro.mysqlnd-ms.html">Introduction</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysqlnd-ms.quickstart.configuration.html">Setup</a></div>
 <div class="up"><a href="book.mysqlnd-ms.html">mysqlnd_ms</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mysqlnd-ms.quickstart" class="chapter">
 <h1>Quickstart and Examples</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="mysqlnd-ms.quickstart.configuration.html">Setup</a></li><li><a href="mysqlnd-ms.quickstart.usage.html">Running statements</a></li><li><a href="mysqlnd-ms.quickstart.connectionpooling.html">Connection state</a></li><li><a href="mysqlnd-ms.quickstart.sqlhints.html">SQL Hints</a></li><li><a href="mysqlnd-ms.quickstart.transactions.html">Transactions</a></li><li><a href="mysqlnd-ms.quickstart.qos-consistency.html">Service level and consistency</a></li><li><a href="mysqlnd-ms.quickstart.gtid.html">Global transaction IDs</a></li><li><a href="mysqlnd-ms.quickstart.cache.html">Cache integration</a></li><li><a href="mysqlnd-ms.quickstart.failover.html">Failover</a></li><li><a href="mysqlnd-ms.quickstart.partitioning.html">Partitioning and Sharding</a></li></ul>

 <p class="para">
  The mysqlnd replication load balancing plugin is easy to use.
  This quickstart will demo typical use-cases, and provide practical advice on getting
  started.
 </p>
 <p class="para">
  It is strongly recommended to read the reference sections in addition to the
  quickstart. The quickstart tries to avoid discussing theoretical concepts
  and limitations. Instead, it will link to the reference sections. It is safe
  to begin with the quickstart. However, before using the plugin in mission critical
  environments we urge you to read additionally the background information from the
  reference sections.
 </p>
 <p class="para">
  The focus is on using PECL mysqlnd_ms for work with an asynchronous MySQL cluster,
  namely MySQL replication. Generally speaking an asynchronous cluster is more
  difficult to use than a synchronous one. Thus, users of, for example, MySQL Cluster
  will find more information than needed.
 </p>
 

 

 

 

 
 
 
 
 
 
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intro.mysqlnd-ms.html">Introduction</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysqlnd-ms.quickstart.configuration.html">Setup</a></div>
 <div class="up"><a href="book.mysqlnd-ms.html">mysqlnd_ms</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>