目标:掌握怎么增加指定用户的权限

    一:怎么增加指定用户的权限

    语法:grant update on 数据库.数据表 to “用户名”@“主机” with grant option;
    表示向指定用户新增 update 权限

    截图:

    image.png