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.連接管理
?? 本地客戶端
??? 開發(fā)工具
??? 程序連接
?4.配置文件
????? 編譯? my.cnf?? 命令行
????? 配置文件 讀取順序
????? --defaults -file
????? 標簽+配置參數(shù)
5.啟動關閉
6.不同版本多實例