December 2002
Beginner
640 pages
16h 41m
English
MySQL has a sophisticated user privilege system that allows precise control of user privileges, whether users have powers across the server or are restricted to one or a number of its databases. Although MySQL complies with ANSI-92, its user privilege system goes beyond the ANSI standard.
Under the MySQL privilege system, you can grant a user access across the server, or you can limit users at a database, table, or even column level, with close control over what each user is allowed to do and where, such as whether the user can view or modify data. You can require users to connect to MySQL from a specific host machine or domain, and you can vary their level of privilege according to where they connect from.
For ...