<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysql.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.mysql.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.mysql.php',
    1 => 'MySQL (Original)',
  ),
  'prev' => 
  array (
    0 => 'book.mysql.php',
    1 => 'MySQL (Original)',
  ),
  'next' => 
  array (
    0 => 'mysql.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysql/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.mysql" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This extension is deprecated as of PHP 5.5.0, and 
   has been removed as of PHP 7.0.0. Instead, either the
   <a href="book.mysqli.php" class="link">mysqli</a> or
   <a href="ref.pdo-mysql.php" class="link">PDO_MySQL</a> extension should be
   used. See also the <a href="mysqlinfo.api.choosing.php" class="link">MySQL API
   Overview</a> for further help while choosing a MySQL API.
  </p>
  <p class="para">
   These functions allow you to access MySQL database servers.
   More information about MySQL can be found at <a href="http://www.mysql.com/" class="link external">&raquo;&nbsp;http://www.mysql.com/</a>.
  </p>
  <p class="para">
   Documentation for MySQL can be found at <a href="http://dev.mysql.com/doc/" class="link external">&raquo;&nbsp;http://dev.mysql.com/doc/</a>.
  </p>
 </div><?php manual_footer($setup); ?>