mysql的基础管理
1.用户管理
oldguo@'localhost'
oldguo@'10.0.0.%'
create user XXX@'白名单' identified by ‘密码’;
drop user
alter user
select user,host from mysql.user
2.权限管理
show privileges;
all
with grant option
grant
revoke
3.连接管理
本地客户端
开发工具
程序连接
4.配置文件
编译 my.cnf 命令行
配置文件 读取顺序
--defaults -file
标签+配置参数
5.启动关闭
6.不同版本多实例