Ubuntu18安裝Mysql 發佈日期: 2019 年 4 月 18 日2019 年 4 月 18 日 作者: Sky Leong 1.更新套件 sudo apt update 2.安裝Mysql sudo apt install mysql-server 3.設置 sudo mysql_secure_installation 按提示設定 4.設置root password sudo mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; 更新權限 FLUSH PRIVILEGES; 相關文章Ubuntu24安裝python3.11Ubuntu 22安裝php[Ubuntu] 更改雙系統啟動順序Ubuntu 與windows共用資料夾Raspberry Pi安裝tightvnc serverUbuntu刪除已安裝套件