docs/intro.rst
.. _intro:
phpMyAdmin is a free software tool written in PHP that is intended to handle the administration of a MySQL or MariaDB database server. You can use phpMyAdmin to perform most administration tasks, including creating a database, running queries, and adding user accounts.
Currently phpMyAdmin can:
SQL-statement, even batch-queriesCSV, :term:XML, :term:PDF,
:term:ISO/:term:IEC 26300 - :term:OpenDocument Text and Spreadsheet, Microsoft
Word 2000, and LATEX formatsMySQL structures from :term:OpenDocument spreadsheets, as
well as :term:XML, :term:CSV, and :term:SQL filesPDF graphics of your
database layoutfaq1_1780 different languages <https://www.phpmyadmin.net/translations/>_Currently phpMyAdmin supports following shortcuts:
Many people have difficulty understanding the concept of user management with regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username and password are passed directly to MySQL. phpMyAdmin does no account management on its own (other than allowing one to manipulate the MySQL user account information); all users must be valid MySQL users.
.. rubric:: Footnotes
.. [#f1]
phpMyAdmin can compress (:term:`ZIP`, :term:`GZip` or :term:`RFC 1952`
formats) dumps and :term:`CSV` exports if you use PHP with
:term:`Zlib` support (``--with-zlib``).
Proper support may also need changes in :file:`php.ini`.