MySQL常用命令

1修改用戶密碼的命令: mysqladmin -u用戶名 -p舊密碼 password新密碼; 1.用root 進入mysql後 mysql>set password =password('你的密碼'); mysql>flush privileges; 2.使用GRANT語句 mysql>grant all on *.* to 'root'@'localhost' IDENTIFIED BY '你
相關文章
相關標籤/搜索