mysql8建立及删除用户

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