Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.91 KB

intro.rst

File metadata and controls

71 lines (60 loc) · 2.91 KB

Introduction

phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual.

Currently phpMyAdmin can:

A word about users:

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.

Footnotes

[1](1, 2) phpMyAdmin can compress (:term:`Zip`, :term:`GZip` :term:`RFC 1952` or :term:`Bzip2` formats) dumps and :term:`CSV` exports if you use PHP with :term:`Zlib` support (--with-zlib) and/or :term:`Bzip2` support (--with-bz2). Proper support may also need changes in :file:`php.ini`.