Home  >  Article  >  Database  >  MysQL 修改用户密码_MySQL

MysQL 修改用户密码_MySQL

WBOY
WBOYOriginal
2016-05-31 08:48:29911browse

更改用户权限,也可以直接更新user表里的数据,记得带上password函数。

set password for 'root'@'localhost' =password('');flush privileges;


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn