settings.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>Configuring phpMyAdmin &#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="up" title="User Guide" href="user.html" />
  26. <link rel="next" title="Two-factor authentication" href="two_factor.html" />
  27. <link rel="prev" title="User Guide" href="user.html" />
  28. </head>
  29. <body role="document">
  30. <div class="related" role="navigation" aria-label="related navigation">
  31. <h3>Navigation</h3>
  32. <ul>
  33. <li class="right" style="margin-right: 10px">
  34. <a href="genindex.html" title="General Index"
  35. accesskey="I">index</a></li>
  36. <li class="right" >
  37. <a href="two_factor.html" title="Two-factor authentication"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="user.html" title="User Guide"
  41. accesskey="P">previous</a> |</li>
  42. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  43. <li class="nav-item nav-item-1"><a href="user.html" accesskey="U">User Guide</a> &#187;</li>
  44. </ul>
  45. </div>
  46. <div class="document">
  47. <div class="documentwrapper">
  48. <div class="bodywrapper">
  49. <div class="body" role="main">
  50. <div class="section" id="configuring-phpmyadmin">
  51. <h1>Configuring phpMyAdmin<a class="headerlink" href="#configuring-phpmyadmin" title="Permalink to this headline">¶</a></h1>
  52. <p>There are many configuration settings that can be used to customize the
  53. interface. Those settings are described in
  54. <a class="reference internal" href="config.html#config"><span class="std std-ref">Configuration</span></a>. There are several layers of the configuration.</p>
  55. <p>The global settings can be configured in <code class="file docutils literal"><span class="pre">config.inc.php</span></code> as described in
  56. <a class="reference internal" href="config.html#config"><span class="std std-ref">Configuration</span></a>. This is only way to configure connections to databases and other
  57. system wide settings.</p>
  58. <p>On top of this there are user settings which can be persistently stored in
  59. <a class="reference internal" href="setup.html#linked-tables"><span class="std std-ref">phpMyAdmin configuration storage</span></a>, possibly automatically configured through
  60. <a class="reference internal" href="setup.html#zeroconf"><span class="std std-ref">Zero configuration</span></a>. If the <a class="reference internal" href="setup.html#linked-tables"><span class="std std-ref">phpMyAdmin configuration storage</span></a> are not configured, the settings
  61. are temporarily stored in the session data; these are valid only until you
  62. logout.</p>
  63. <p>You can also save the user configuration for further use, either download them
  64. as a file or to the browser local storage. You can find both those options in
  65. the <span class="guilabel">Settings</span> tab. The settings stored in browser local storage will
  66. be automatically offered for loading upon your login to phpMyAdmin.</p>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  72. <div class="sphinxsidebarwrapper">
  73. <h4>Previous topic</h4>
  74. <p class="topless"><a href="user.html"
  75. title="previous chapter">User Guide</a></p>
  76. <h4>Next topic</h4>
  77. <p class="topless"><a href="two_factor.html"
  78. title="next chapter">Two-factor authentication</a></p>
  79. <div role="note" aria-label="source link">
  80. <h3>This Page</h3>
  81. <ul class="this-page-menu">
  82. <li><a href="_sources/settings.txt"
  83. rel="nofollow">Show Source</a></li>
  84. </ul>
  85. </div>
  86. <div id="searchbox" style="display: none" role="search">
  87. <h3>Quick search</h3>
  88. <form class="search" action="search.html" method="get">
  89. <div><input type="text" name="q" /></div>
  90. <div><input type="submit" value="Go" /></div>
  91. <input type="hidden" name="check_keywords" value="yes" />
  92. <input type="hidden" name="area" value="default" />
  93. </form>
  94. </div>
  95. <script type="text/javascript">$('#searchbox').show(0);</script>
  96. </div>
  97. </div>
  98. <div class="clearer"></div>
  99. </div>
  100. <div class="related" role="navigation" aria-label="related navigation">
  101. <h3>Navigation</h3>
  102. <ul>
  103. <li class="right" style="margin-right: 10px">
  104. <a href="genindex.html" title="General Index"
  105. >index</a></li>
  106. <li class="right" >
  107. <a href="two_factor.html" title="Two-factor authentication"
  108. >next</a> |</li>
  109. <li class="right" >
  110. <a href="user.html" title="User Guide"
  111. >previous</a> |</li>
  112. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  113. <li class="nav-item nav-item-1"><a href="user.html" >User Guide</a> &#187;</li>
  114. </ul>
  115. </div>
  116. <div class="footer" role="contentinfo">
  117. &#169; <a href="copyright.html">Copyright</a> 2012 - 2018, The phpMyAdmin devel team.
  118. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
  119. </div>
  120. </body>
  121. </html>