Home  >  Article  >  php教程  >  phpmyadmin的#1251问题

phpmyadmin的#1251问题

WBOY
WBOYOriginal
2016-06-13 12:35:53745browse

mysql> update mysql.user SET Password = OLD_PASSWORD('newpwd')
-> where Host = 'some_host' AND User = 'some_user';
mysql> 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