Debian Minimal安装数据库可使用包管理器,以安装MySQL和PostgreSQL为例,步骤如下:
sudo apt update。sudo apt install mysql-server。sudo systemctl start mysql,sudo systemctl enable mysql。sudo mysql_secure_installation。sudo apt update。sudo apt install postgresql postgresql-contrib。sudo systemctl start postgresql,sudo systemctl enable postgresql。