- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 190字
- 2021-08-20 10:06:04
Roles
In MySQL 8, the privileges module has been improved by introducing roles, which means a collection of permissions. Now we can create roles with a number of privileges and assign to multiple users.
The problem with the previous version was that we were not able to define generic permissions for a group of users and each user has individual privileges. Suppose if there are 1,000 users already existing that have common privileges, and you want to remove the write permissions for all of these 1,000 users, what would you have done in the previous version? You would take the lengthy approach of updating each and every user, right? Arrgh... that's a time-consuming task.
Now with MySQL 8, it is easy to update any change in privileges. Roles will define all the required privileges and this role will be assigned to those 1,000 users. We just need to make any privilege changes in the role and all users will automatically inherit the respective privileges.
Roles can be created, deleted, grant or revoked permission, granted or revoked from the user account, and can specify the default role within the current session.
- Python快樂編程:人工智能深度學習基礎
- Spring Cloud Alibaba微服務架構設計與開發實戰
- 微服務設計原理與架構
- TestNG Beginner's Guide
- Python Tools for Visual Studio
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Mastering Python Networking
- Elasticsearch for Hadoop
- Apache Kafka Quick Start Guide
- Instant Lucene.NET
- Fast Data Processing with Spark(Second Edition)
- PHP 7 Programming Blueprints
- LabVIEW數據采集(第2版)
- C++從零開始學(視頻教學版)(第2版)