Home > Database > Mysql Tutorial > MysQL 修改用户密码_MySQL

MysQL 修改用户密码_MySQL

WBOY
Release: 2016-05-31 08:48:29
Original
950 people have browsed it

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

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


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template