MySQL
sudo apt-get updatesudo apt-get install -y mysql-server mysql-clientservice mysql startsudo vim /etc/mysql/debian.cnfuse mysqlalter user '新的用户名'@'localhost' IDENTIFIED with mysql_native_password BY '新的密码';
MongoDB
sudo apt-get install mongodb
mongo
Redis
sudo apt-get install redis-server
redis-cli
