require.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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 &mdash; phpMyAdmin 4.2.7.1 documentation</title>
  7. <link rel="stylesheet" href="_static/default.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.2.7.1',
  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="copyright" title="Copyright" href="copyright.html" />
  22. <link rel="top" title="phpMyAdmin 4.2.7.1 documentation" href="index.html" />
  23. <link rel="next" title="Installation" href="setup.html" />
  24. <link rel="prev" title="Introduction" href="intro.html" />
  25. </head>
  26. <body>
  27. <div class="related">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="setup.html" title="Installation"
  35. accesskey="N">next</a> |</li>
  36. <li class="right" >
  37. <a href="intro.html" title="Introduction"
  38. accesskey="P">previous</a> |</li>
  39. <li><a href="index.html">phpMyAdmin 4.2.7.1 documentation</a> &raquo;</li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body">
  46. <div class="section" id="requirements">
  47. <span id="require"></span><h1>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h1>
  48. <div class="section" id="web-server">
  49. <h2>Web server<a class="headerlink" href="#web-server" title="Permalink to this headline">¶</a></h2>
  50. <p>Since, phpMyAdmin&#8217;s interface is based entirely in your browser, you&#8217;ll need a
  51. web server (such as Apache, <a class="reference internal" href="glossary.html#term-iis"><em class="xref std std-term">IIS</em></a>) to install phpMyAdmin&#8217;s files into.</p>
  52. </div>
  53. <div class="section" id="php">
  54. <h2>PHP<a class="headerlink" href="#php" title="Permalink to this headline">¶</a></h2>
  55. <ul class="simple">
  56. <li>You need PHP 5.3.0 or newer, with <tt class="docutils literal"><span class="pre">session</span></tt> support, the Standard PHP Library
  57. (SPL) extension, JSON support, and the <tt class="docutils literal"><span class="pre">mbstring</span></tt> extension.</li>
  58. <li>To support uploading of ZIP files, you need the PHP <tt class="docutils literal"><span class="pre">zip</span></tt> extension.</li>
  59. <li>You need GD2 support in PHP to display inline thumbnails of JPEGs
  60. (&#8220;image/jpeg: inline&#8221;) with their original aspect ratio.</li>
  61. <li>When using the cookie authentication (the default), the <a class="reference external" href="http://www.php.net/mcrypt">mcrypt</a> extension is strongly suggested.</li>
  62. <li>To support upload progress bars, see <a class="reference internal" href="faq.html#faq2-9"><em>2.9 Seeing an upload progress bar</em></a>.</li>
  63. <li>To support XML and Open Document Spreadsheet importing, you need the
  64. <a class="reference external" href="http://www.php.net/libxml">libxml</a> extension.</li>
  65. <li>Performance suggestion: install the <tt class="docutils literal"><span class="pre">ctype</span></tt> extension.</li>
  66. </ul>
  67. <div class="admonition-see-also admonition seealso">
  68. <p class="first admonition-title">See also</p>
  69. <p class="last"><a class="reference internal" href="faq.html#faq1-31"><em>1.31 Does phpMyAdmin support PHP 5?</em></a>, <a class="reference internal" href="setup.html#authentication-modes"><em>Using authentication modes</em></a></p>
  70. </div>
  71. </div>
  72. <div class="section" id="database">
  73. <h2>Database<a class="headerlink" href="#database" title="Permalink to this headline">¶</a></h2>
  74. <p>phpMyAdmin supports MySQL-compatible databases.</p>
  75. <ul class="simple">
  76. <li>MySQL 5.5 or newer</li>
  77. <li>MariaDB 5.5 or newer</li>
  78. <li>Drizzle</li>
  79. </ul>
  80. <div class="admonition-see-also admonition seealso">
  81. <p class="first admonition-title">See also</p>
  82. <p class="last"><a class="reference internal" href="faq.html#faq1-17"><em>1.17 Which MySQL versions does phpMyAdmin support?</em></a></p>
  83. </div>
  84. </div>
  85. <div class="section" id="web-browser">
  86. <h2>Web browser<a class="headerlink" href="#web-browser" title="Permalink to this headline">¶</a></h2>
  87. <p>To access phpMyAdmin you need a web browser with cookies and javascript
  88. enabled.</p>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </div>
  94. <div class="sphinxsidebar">
  95. <div class="sphinxsidebarwrapper">
  96. <h3><a href="index.html">Table Of Contents</a></h3>
  97. <ul>
  98. <li><a class="reference internal" href="#">Requirements</a><ul>
  99. <li><a class="reference internal" href="#web-server">Web server</a></li>
  100. <li><a class="reference internal" href="#php">PHP</a></li>
  101. <li><a class="reference internal" href="#database">Database</a></li>
  102. <li><a class="reference internal" href="#web-browser">Web browser</a></li>
  103. </ul>
  104. </li>
  105. </ul>
  106. <h4>Previous topic</h4>
  107. <p class="topless"><a href="intro.html"
  108. title="previous chapter">Introduction</a></p>
  109. <h4>Next topic</h4>
  110. <p class="topless"><a href="setup.html"
  111. title="next chapter">Installation</a></p>
  112. <h3>This Page</h3>
  113. <ul class="this-page-menu">
  114. <li><a href="_sources/require.txt"
  115. rel="nofollow">Show Source</a></li>
  116. </ul>
  117. <div id="searchbox" style="display: none">
  118. <h3>Quick search</h3>
  119. <form class="search" action="search.html" method="get">
  120. <input type="text" name="q" />
  121. <input type="submit" value="Go" />
  122. <input type="hidden" name="check_keywords" value="yes" />
  123. <input type="hidden" name="area" value="default" />
  124. </form>
  125. <p class="searchtip" style="font-size: 90%">
  126. Enter search terms or a module, class or function name.
  127. </p>
  128. </div>
  129. <script type="text/javascript">$('#searchbox').show(0);</script>
  130. </div>
  131. </div>
  132. <div class="clearer"></div>
  133. </div>
  134. <div class="related">
  135. <h3>Navigation</h3>
  136. <ul>
  137. <li class="right" style="margin-right: 10px">
  138. <a href="genindex.html" title="General Index"
  139. >index</a></li>
  140. <li class="right" >
  141. <a href="setup.html" title="Installation"
  142. >next</a> |</li>
  143. <li class="right" >
  144. <a href="intro.html" title="Introduction"
  145. >previous</a> |</li>
  146. <li><a href="index.html">phpMyAdmin 4.2.7.1 documentation</a> &raquo;</li>
  147. </ul>
  148. </div>
  149. <div class="footer">
  150. &copy; <a href="copyright.html">Copyright</a> 2012 - 2014, The phpMyAdmin devel team.
  151. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  152. </div>
  153. </body>
  154. </html>