摘要: sudo apt-get -y install maven mvn -version 阅读全文
posted @ 2023-09-13 20:58 _Lawrence 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 1.1 更新仓库 sudo apt update 1.2 使用 apt 从官方 Ubuntu 存储库来安装 Redis sudo apt-get install redis-server 二、设置密码 2.1 打开Redis配置文件redis.conf sudo vi /etc/redis/redi 阅读全文
posted @ 2023-09-13 19:48 _Lawrence 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 默认安装5.x版本 sudo apt install mysql-server 安装8.x版本,请继续往下看: https://dev.mysql.com/downloads/repo/apt/查看最新的mysql版本 apt-get update wget https://repo.mysql.c 阅读全文
posted @ 2023-09-13 19:28 _Lawrence 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 停止MySQL服务: sudo systemctl stop mysql.service 移除MySQL服务: sudo systemctl disable mysql.service 使用apt-get移除MySQL包: sudo apt-get remove --purge mysql-serv 阅读全文
posted @ 2023-09-13 19:11 _Lawrence 阅读(15) 评论(0) 推荐(0) 编辑