The world's most popular open source database
The primary function of the MySQL privilege system is to
authenticate a user who connects from a given host and to
associate that user with privileges on a database such as
SELECT,
INSERT,
UPDATE, and
DELETE.
Additional functionality includes the ability to have anonymous
users and to grant privileges for MySQL-specific functions such as
LOAD DATA
INFILE and administrative operations.


User Comments
Add your own comment.