前提:已有用户 test ,数据库 YComment。
任务:以root权限登录MySql 并授权给test。
grant select,update,delete,insert on YComment.* to test@localhost ;
本文介绍如何使用root权限登录MySQL,并为特定用户test授予对数据库YComment的增删改查等操作权限。
前提:已有用户 test ,数据库 YComment。
任务:以root权限登录MySql 并授权给test。
grant select,update,delete,insert on YComment.* to test@localhost ;
640
777
1万+

被折叠的 条评论
为什么被折叠?