更改 mysql 的 root 密碼
$ mysqladmin -u root password -p
Enter password: ## 輸入舊密碼
New password: ## 輸入新密碼
Confirm new password: ## 再次輸入新密碼
=> 此方式需要輸入 舊密碼 + 設定 新密碼
其它:
1. 官網的 Root 重設密碼方式:How to Reset the Root Password
更改 mysql 的 root 密碼
$ mysqladmin -u root password -p
Enter password: ## 輸入舊密碼
New password: ## 輸入新密碼
Confirm new password: ## 再次輸入新密碼
=> 此方式需要輸入 舊密碼 + 設定 新密碼
其它:
1. 官網的 Root 重設密碼方式:How to Reset the Root Password