Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找在 mysql 数据库中创建角色的可能性,例如
CREATE ROLE dev;
这在mysql中可能吗?
MySQL 8.0 引入了对角色的支持
以前的版本没有直接支持角色,但是MySQL Workbench确实有一个功能可以让您以这种方式管理用户。