摘要:
sudo apt-get -y install maven mvn -version 阅读全文
摘要:
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 阅读全文
摘要:
默认安装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 阅读全文
摘要:
停止MySQL服务: sudo systemctl stop mysql.service 移除MySQL服务: sudo systemctl disable mysql.service 使用apt-get移除MySQL包: sudo apt-get remove --purge mysql-serv 阅读全文