Linux下MySQL數據庫的安全配置

1. 修改mysql管理員賬戶的密碼 方法一:shell命令 mysqladmin  -u  root  -p  password  "123" 方法二:mysql數據庫命令 mysql>use mysql; mysql>update user set password=password('123') where user='root' and host='localhost'; mysql> F
相關文章
相關標籤/搜索