add globals controls to the fax menu item on the tab layout
[openemr.git] / phpmyadmin / doc / html / intro.html
blobafe9e3958a334e9d78ad6190592b2ebf87c5cc6e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>Introduction &mdash; phpMyAdmin 4.5.4.1 documentation</title>
11 <link rel="stylesheet" href="_static/default.css" type="text/css" />
12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14 <script type="text/javascript">
15 var DOCUMENTATION_OPTIONS = {
16 URL_ROOT: './',
17 VERSION: '4.5.4.1',
18 COLLAPSE_INDEX: false,
19 FILE_SUFFIX: '.html',
20 HAS_SOURCE: true
22 </script>
23 <script type="text/javascript" src="_static/jquery.js"></script>
24 <script type="text/javascript" src="_static/underscore.js"></script>
25 <script type="text/javascript" src="_static/doctools.js"></script>
26 <link rel="copyright" title="Copyright" href="copyright.html" />
27 <link rel="top" title="phpMyAdmin 4.5.4.1 documentation" href="index.html" />
28 <link rel="next" title="Requirements" href="require.html" />
29 <link rel="prev" title="Welcome to phpMyAdmin’s documentation!" href="index.html" />
30 </head>
31 <body>
32 <div class="related">
33 <h3>Navigation</h3>
34 <ul>
35 <li class="right" style="margin-right: 10px">
36 <a href="genindex.html" title="General Index"
37 accesskey="I">index</a></li>
38 <li class="right" >
39 <a href="require.html" title="Requirements"
40 accesskey="N">next</a> |</li>
41 <li class="right" >
42 <a href="index.html" title="Welcome to phpMyAdmin’s documentation!"
43 accesskey="P">previous</a> |</li>
44 <li><a href="index.html">phpMyAdmin 4.5.4.1 documentation</a> &raquo;</li>
45 </ul>
46 </div>
48 <div class="document">
49 <div class="documentwrapper">
50 <div class="bodywrapper">
51 <div class="body">
53 <div class="section" id="introduction">
54 <span id="intro"></span><h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline"></a></h1>
55 <p>phpMyAdmin can manage a whole MySQL server (needs a super-user) as
56 well as a single database. To accomplish the latter you&#8217;ll need a
57 properly set up MySQL user who can read/write only the desired
58 database. It&#8217;s up to you to look up the appropriate part in the MySQL
59 manual.</p>
60 <div class="section" id="supported-features">
61 <h2>Supported features<a class="headerlink" href="#supported-features" title="Permalink to this headline"></a></h2>
62 <p>Currently phpMyAdmin can:</p>
63 <ul class="simple">
64 <li>browse and drop databases, tables, views, columns and indexes</li>
65 <li>display multiple results sets through stored procedures or queries</li>
66 <li>create, copy, drop, rename and alter databases, tables, columns and
67 indexes</li>
68 <li>maintenance server, databases and tables, with proposals on server
69 configuration</li>
70 <li>execute, edit and bookmark any <a class="reference internal" href="glossary.html#term-sql"><em class="xref std std-term">SQL</em></a>-statement, even batch-queries</li>
71 <li>load text files into tables</li>
72 <li>create <a class="footnote-reference" href="#f1" id="id1">[1]</a> and read dumps of tables</li>
73 <li>export <a class="footnote-reference" href="#f1" id="id2">[1]</a> data to various formats: <a class="reference internal" href="glossary.html#term-csv"><em class="xref std std-term">CSV</em></a>, <a class="reference internal" href="glossary.html#term-xml"><em class="xref std std-term">XML</em></a>, <a class="reference internal" href="glossary.html#term-pdf"><em class="xref std std-term">PDF</em></a>,
74 <a class="reference internal" href="glossary.html#term-iso"><em class="xref std std-term">ISO</em></a>/<a class="reference internal" href="glossary.html#term-iec"><em class="xref std std-term">IEC</em></a> 26300 - <a class="reference internal" href="glossary.html#term-opendocument"><em class="xref std std-term">OpenDocument</em></a> Text and Spreadsheet, Microsoft
75 Word 2000, and LATEX formats</li>
76 <li>import data and <a class="reference internal" href="glossary.html#term-47"><em class="xref std std-term">MySQL</em></a> structures from <a class="reference internal" href="glossary.html#term-opendocument"><em class="xref std std-term">OpenDocument</em></a> spreadsheets, as
77 well as <a class="reference internal" href="glossary.html#term-xml"><em class="xref std std-term">XML</em></a>, <a class="reference internal" href="glossary.html#term-csv"><em class="xref std std-term">CSV</em></a>, and <a class="reference internal" href="glossary.html#term-sql"><em class="xref std std-term">SQL</em></a> files</li>
78 <li>administer multiple servers</li>
79 <li>manage MySQL users and privileges</li>
80 <li>check referential integrity in MyISAM tables</li>
81 <li>using Query-by-example (QBE), create complex queries automatically
82 connecting required tables</li>
83 <li>create <a class="reference internal" href="glossary.html#term-pdf"><em class="xref std std-term">PDF</em></a> graphics of your
84 database layout</li>
85 <li>search globally in a database or a subset of it</li>
86 <li>transform stored data into any format using a set of predefined
87 functions, like displaying BLOB-data as image or download-link</li>
88 <li>track changes on databases, tables and views</li>
89 <li>support InnoDB tables and foreign keys</li>
90 <li>support mysqli, the improved MySQL extension see <a class="reference internal" href="faq.html#faq1-17"><em>1.17 Which Database versions does phpMyAdmin support?</em></a></li>
91 <li>create, edit, call, export and drop stored procedures and functions</li>
92 <li>create, edit, export and drop events and triggers</li>
93 <li>communicate in <a class="reference external" href="https://www.phpmyadmin.net/translations/">80 different languages</a></li>
94 </ul>
95 </div>
96 <div class="section" id="a-word-about-users">
97 <h2>A word about users<a class="headerlink" href="#a-word-about-users" title="Permalink to this headline"></a></h2>
98 <p>Many people have difficulty understanding the concept of user
99 management with regards to phpMyAdmin. When a user logs in to
100 phpMyAdmin, that username and password are passed directly to MySQL.
101 phpMyAdmin does no account management on its own (other than allowing
102 one to manipulate the MySQL user account information); all users must
103 be valid MySQL users.</p>
104 <p class="rubric">Footnotes</p>
105 <table class="docutils footnote" frame="void" id="f1" rules="none">
106 <colgroup><col class="label" /><col /></colgroup>
107 <tbody valign="top">
108 <tr><td class="label">[1]</td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id2">2</a>)</em> phpMyAdmin can compress (<a class="reference internal" href="glossary.html#term-zip"><em class="xref std std-term">Zip</em></a>, <a class="reference internal" href="glossary.html#term-gzip"><em class="xref std std-term">GZip</em></a> or <a class="reference internal" href="glossary.html#term-rfc-1952"><em class="xref std std-term">RFC 1952</em></a>
109 formats) dumps and <a class="reference internal" href="glossary.html#term-csv"><em class="xref std std-term">CSV</em></a> exports if you use PHP with
110 <a class="reference internal" href="glossary.html#term-zlib"><em class="xref std std-term">Zlib</em></a> support (<tt class="docutils literal"><span class="pre">--with-zlib</span></tt>).
111 Proper support may also need changes in <tt class="file docutils literal"><span class="pre">php.ini</span></tt>.</td></tr>
112 </tbody>
113 </table>
114 </div>
115 </div>
118 </div>
119 </div>
120 </div>
121 <div class="sphinxsidebar">
122 <div class="sphinxsidebarwrapper">
123 <h3><a href="index.html">Table Of Contents</a></h3>
124 <ul>
125 <li><a class="reference internal" href="#">Introduction</a><ul>
126 <li><a class="reference internal" href="#supported-features">Supported features</a></li>
127 <li><a class="reference internal" href="#a-word-about-users">A word about users</a></li>
128 </ul>
129 </li>
130 </ul>
132 <h4>Previous topic</h4>
133 <p class="topless"><a href="index.html"
134 title="previous chapter">Welcome to phpMyAdmin&#8217;s documentation!</a></p>
135 <h4>Next topic</h4>
136 <p class="topless"><a href="require.html"
137 title="next chapter">Requirements</a></p>
138 <h3>This Page</h3>
139 <ul class="this-page-menu">
140 <li><a href="_sources/intro.txt"
141 rel="nofollow">Show Source</a></li>
142 </ul>
143 <div id="searchbox" style="display: none">
144 <h3>Quick search</h3>
145 <form class="search" action="search.html" method="get">
146 <input type="text" name="q" />
147 <input type="submit" value="Go" />
148 <input type="hidden" name="check_keywords" value="yes" />
149 <input type="hidden" name="area" value="default" />
150 </form>
151 <p class="searchtip" style="font-size: 90%">
152 Enter search terms or a module, class or function name.
153 </p>
154 </div>
155 <script type="text/javascript">$('#searchbox').show(0);</script>
156 </div>
157 </div>
158 <div class="clearer"></div>
159 </div>
160 <div class="related">
161 <h3>Navigation</h3>
162 <ul>
163 <li class="right" style="margin-right: 10px">
164 <a href="genindex.html" title="General Index"
165 >index</a></li>
166 <li class="right" >
167 <a href="require.html" title="Requirements"
168 >next</a> |</li>
169 <li class="right" >
170 <a href="index.html" title="Welcome to phpMyAdmin’s documentation!"
171 >previous</a> |</li>
172 <li><a href="index.html">phpMyAdmin 4.5.4.1 documentation</a> &raquo;</li>
173 </ul>
174 </div>
175 <div class="footer">
176 &copy; <a href="copyright.html">Copyright</a> 2012 - 2014, The phpMyAdmin devel team.
177 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
178 </div>
179 </body>
180 </html>