Mysql 用户管理
Posted 知行合一
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql 用户管理相关的知识,希望对你有一定的参考价值。
1 创建普通用户
create user latiny1 identified by ‘123456ab‘;
2 创建数据库
create database if not exists test1 default charset utf8 collate utf8_general_ci;
3 给用户latiny1数据库对象权限
以上是关于Mysql 用户管理的主要内容,如果未能解决你的问题,请参考以下文章