MySQL5.7 添加用户、删除用户与受权,建立、删除、切换数据库

建立用户: create user 'test'@'localhost' identified by 'michael123'; test: 用户名mysql michael123: 密码sql localhost: 只有本机能够访问 数据库 create user 'michael'@'%' identified by 'michael123';  服务器 %:任何电脑均可以访问ide crea
相关文章
相关标签/搜索