Home >Backend Development >PHP Tutorial >Issue #1251 of phpmyadmin_PHP Tutorial

Issue #1251 of phpmyadmin_PHP Tutorial

WBOY
WBOYOriginal
2016-07-21 15:59:58799browse

mysql> update mysql.user SET Password = OLD_PASSWORD('newpwd')
-> where Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES;

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/317237.htmlTechArticlemysqlupdatemysql.userSETPassword=OLD_PASSWORD('newpwd') -whereHost='some_host'ANDUser='some_user'; mysqlFLUSHPRIVILEGES;...
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