第 8 章 · 上机三
建两个账号,一个当查询员一个当组长
两个号都建好,权限一项都还没给。
对应讲义第 32 页 GRANT 的语法
Welcome to the MySQL monitor. Commands end with ;
Server version: 8.0.36 MySQL Community Server - GPL
提示符写着你现在是谁。换人登录敲 mysql -u 名 -p口令,退回上一个会话敲 exit。
mysql>
重 点
USAGE 那一行是建号时白送的,代表除了登录什么都不能干。
想一想
现在 teacher_a 能查 teaching 库吗?