Book Image

Mastering MariaDB

By : Federico Razzoli
Book Image

Mastering MariaDB

By: Federico Razzoli

Overview of this book

Table of Contents (19 chapters)
Mastering MariaDB
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Users and Connections

This chapter illustrates the tools that MariaDB provides to control advanced security features and process management. The reader should already have the basic knowledge of MariaDB accounts and permission management, such as the basic syntax of the GRANT and REVOKE statements and how the permissions apply to databases, tables, and columns.

The following topics will be discussed in this chapter:

  • User accounts

  • Roles

  • Secure Socket Layer connections

  • Authentication plugins

  • Limiting user resources

  • Pool of threads

  • Monitoring connections