require.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Requirements &#8212; phpMyAdmin 4.8.5 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '4.8.5',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="index" title="Index" href="genindex.html" />
  22. <link rel="search" title="Search" href="search.html" />
  23. <link rel="copyright" title="Copyright" href="copyright.html" />
  24. <link rel="top" title="phpMyAdmin 4.8.5 documentation" href="index.html" />
  25. <link rel="next" title="Installation" href="setup.html" />
  26. <link rel="prev" title="Introduction" href="intro.html" />
  27. </head>
  28. <body role="document">
  29. <div class="related" role="navigation" aria-label="related navigation">
  30. <h3>Navigation</h3>
  31. <ul>
  32. <li class="right" style="margin-right: 10px">
  33. <a href="genindex.html" title="General Index"
  34. accesskey="I">index</a></li>
  35. <li class="right" >
  36. <a href="setup.html" title="Installation"
  37. accesskey="N">next</a> |</li>
  38. <li class="right" >
  39. <a href="intro.html" title="Introduction"
  40. accesskey="P">previous</a> |</li>
  41. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  42. </ul>
  43. </div>
  44. <div class="document">
  45. <div class="documentwrapper">
  46. <div class="bodywrapper">
  47. <div class="body" role="main">
  48. <div class="section" id="requirements">
  49. <span id="require"></span><h1>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h1>
  50. <div class="section" id="web-server">
  51. <h2>Web server<a class="headerlink" href="#web-server" title="Permalink to this headline">¶</a></h2>
  52. <p>Since phpMyAdmin&#8217;s interface is based entirely in your browser, you&#8217;ll need a
  53. web server (such as Apache, nginx, <a class="reference internal" href="glossary.html#term-iis"><span class="xref std std-term">IIS</span></a>) to install phpMyAdmin&#8217;s files into.</p>
  54. </div>
  55. <div class="section" id="php">
  56. <h2>PHP<a class="headerlink" href="#php" title="Permalink to this headline">¶</a></h2>
  57. <ul class="simple">
  58. <li>You need PHP 5.5.0 or newer, with <code class="docutils literal"><span class="pre">session</span></code> support, the Standard PHP Library
  59. (SPL) extension, hash, ctype, and JSON support.</li>
  60. <li>The <code class="docutils literal"><span class="pre">mbstring</span></code> extension (see <a class="reference internal" href="glossary.html#term-mbstring"><span class="xref std std-term">mbstring</span></a>) is strongly recommended
  61. for performance reasons.</li>
  62. <li>To support uploading of ZIP files, you need the PHP <code class="docutils literal"><span class="pre">zip</span></code> extension.</li>
  63. <li>You need GD2 support in PHP to display inline thumbnails of JPEGs
  64. (&#8220;image/jpeg: inline&#8221;) with their original aspect ratio.</li>
  65. <li>When using the cookie authentication (the default), the <a class="reference external" href="https://secure.php.net/openssl">openssl</a> extension is strongly suggested.</li>
  66. <li>To support upload progress bars, see <a class="reference internal" href="faq.html#faq2-9"><span class="std std-ref">2.9 Seeing an upload progress bar</span></a>.</li>
  67. <li>To support XML and Open Document Spreadsheet importing, you need the
  68. <a class="reference external" href="https://secure.php.net/libxml">libxml</a> extension.</li>
  69. <li>To support reCAPTCHA on the login page, you need the
  70. <a class="reference external" href="https://secure.php.net/openssl">openssl</a> extension.</li>
  71. <li>To support displaying phpMyAdmin&#8217;s latest version, you need to enable
  72. <code class="docutils literal"><span class="pre">allow_url_open</span></code> in your <code class="file docutils literal"><span class="pre">php.ini</span></code> or to have the
  73. <a class="reference external" href="https://secure.php.net/curl">curl</a> extension.</li>
  74. </ul>
  75. <div class="admonition seealso">
  76. <p class="first admonition-title">See also</p>
  77. <p class="last"><a class="reference internal" href="faq.html#faq1-31"><span class="std std-ref">1.31 Which PHP versions does phpMyAdmin support?</span></a>, <a class="reference internal" href="setup.html#authentication-modes"><span class="std std-ref">Using authentication modes</span></a></p>
  78. </div>
  79. </div>
  80. <div class="section" id="database">
  81. <h2>Database<a class="headerlink" href="#database" title="Permalink to this headline">¶</a></h2>
  82. <p>phpMyAdmin supports MySQL-compatible databases.</p>
  83. <ul class="simple">
  84. <li>MySQL 5.5 or newer</li>
  85. <li>MariaDB 5.5 or newer</li>
  86. </ul>
  87. <div class="admonition seealso">
  88. <p class="first admonition-title">See also</p>
  89. <p class="last"><a class="reference internal" href="faq.html#faq1-17"><span class="std std-ref">1.17 Which Database versions does phpMyAdmin support?</span></a></p>
  90. </div>
  91. </div>
  92. <div class="section" id="web-browser">
  93. <h2>Web browser<a class="headerlink" href="#web-browser" title="Permalink to this headline">¶</a></h2>
  94. <p>To access phpMyAdmin you need a web browser with cookies and JavaScript
  95. enabled.</p>
  96. <p>You need browser which is supported by jQuery 2.0, see
  97. &lt;<a class="reference external" href="https://jquery.com/browser-support/">https://jquery.com/browser-support/</a>&gt;.</p>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  104. <div class="sphinxsidebarwrapper">
  105. <h3><a href="index.html">Table Of Contents</a></h3>
  106. <ul>
  107. <li><a class="reference internal" href="#">Requirements</a><ul>
  108. <li><a class="reference internal" href="#web-server">Web server</a></li>
  109. <li><a class="reference internal" href="#php">PHP</a></li>
  110. <li><a class="reference internal" href="#database">Database</a></li>
  111. <li><a class="reference internal" href="#web-browser">Web browser</a></li>
  112. </ul>
  113. </li>
  114. </ul>
  115. <h4>Previous topic</h4>
  116. <p class="topless"><a href="intro.html"
  117. title="previous chapter">Introduction</a></p>
  118. <h4>Next topic</h4>
  119. <p class="topless"><a href="setup.html"
  120. title="next chapter">Installation</a></p>
  121. <div role="note" aria-label="source link">
  122. <h3>This Page</h3>
  123. <ul class="this-page-menu">
  124. <li><a href="_sources/require.txt"
  125. rel="nofollow">Show Source</a></li>
  126. </ul>
  127. </div>
  128. <div id="searchbox" style="display: none" role="search">
  129. <h3>Quick search</h3>
  130. <form class="search" action="search.html" method="get">
  131. <div><input type="text" name="q" /></div>
  132. <div><input type="submit" value="Go" /></div>
  133. <input type="hidden" name="check_keywords" value="yes" />
  134. <input type="hidden" name="area" value="default" />
  135. </form>
  136. </div>
  137. <script type="text/javascript">$('#searchbox').show(0);</script>
  138. </div>
  139. </div>
  140. <div class="clearer"></div>
  141. </div>
  142. <div class="related" role="navigation" aria-label="related navigation">
  143. <h3>Navigation</h3>
  144. <ul>
  145. <li class="right" style="margin-right: 10px">
  146. <a href="genindex.html" title="General Index"
  147. >index</a></li>
  148. <li class="right" >
  149. <a href="setup.html" title="Installation"
  150. >next</a> |</li>
  151. <li class="right" >
  152. <a href="intro.html" title="Introduction"
  153. >previous</a> |</li>
  154. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  155. </ul>
  156. </div>
  157. <div class="footer" role="contentinfo">
  158. &#169; <a href="copyright.html">Copyright</a> 2012 - 2018, The phpMyAdmin devel team.
  159. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
  160. </div>
  161. </body>
  162. </html>