MYSQL modify the password in several ways
1. For administrators or privileged users
mysql -u root mysql
mysql> UPDATE user SET password = PASSWORD ("new password") WHERE user = 'name' ;
mysql> FLUSH PRIVILEGES;
mysql> QUIT
2. -u root mysql mysql
mysql> SET PASSWORD FOR name = PASSWORD ('new password');
mysql> QUIT
(Phpmyadmin or MYSQL-front etc. tools is alternative choise to manage user permissions, more intuitive and easy)
3. Optimal:
mysqladmin -u root "old password" "new password"
Suggested Reading:
- VPS small memory optimization suggestions (LNMP + WordPress environment)(Views: 4631)
- How to redirect 301 by rewriting URL(Views: 3057)
- Arp attack phenomenon and solution(Views: 4339)
- MySQL int (M) instruction(Views: 2303)
- National domain suffix(Views: 3856)


United States
Canada
Mexico
Panama
Belize
Greenland
Grenada
Puerto Rico
Hong Kong SAR China
Singapore
South Korea
Indonesia
Japan
Malaysia
Pakistan
Turkey
France
Germany
United Kingdom
Netherlands
Czech Republic
Italy
Luxembourg
Switzerland
Brazil
Argentina
Bolivia
Chile
Colombia
Ecuador
French Guiana
Paraguay
Australia
New Zealand
Cook Islands
Fiji
Pitcairn Islands
Solomon Islands
Tonga
Tuvalu