摘要: # 1. 更新系统包列表 sudo apt update # 2. 安装 MySQL 服务器 sudo apt install mysql-server -y # 3. 启动 MySQL 服务并设置开机自启 sudo apt install mysql-server -y sudo systemct 阅读全文
posted @ 2025-09-23 10:50 _Lawrence 阅读(20) 评论(0) 推荐(0)