摘要:
1.设置数据库密码 #1.简单的设置方式 [root@db01 ~]# mysqladmin -uroot password '123' Warning: Using a password on the command line interface can be insecure. #2.安全的设置 阅读全文
摘要:
数据库管理员DBA 一、DBA的工作 1.初级:mysql基础安装、搭建 2.中级:数据库管理员DBA 1)用户管理 1.用户的权限 2.用户可以操作的库或者表 3.用户名和来源的主机 4.用户的密码 grant all on *.* to root@'%' identified by '123'; 阅读全文