系統

[Ubuntu Server 22.04] 設定 MySQL 8.0 root 密碼

> ALTER USER ‘root’@’localhost’ IDENTIFIED WITH caching_sha2_password BY ‘password’;
> FLUSH PRIVILEGES;

,