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.
我有一个问题:如果我不是 root,如何在 mysql 中创建数据库?我知道要创建数据库,用户必须具有创建数据库权限,但我不知道如何从 root 授予该权限。你能帮我具体的命令吗?提前致谢!
给这样的用户特权。
grant all on dba.* to 'wim'@'localhost';