mysql8创建及删除用户

查询用户信息 select host,user,authentication_string from mysql.user; host为下文的localhost,user为下文的jerry,对照着自己的修改即可。 * 创建用户* create user ‘jerry’@‘localhost’ identified by ‘123456’; 赋予用户数据库操作权限 Grant all privile
相关文章
相关标签/搜索