ubuntu下使用apt安装mysql

    xiaoxiao2021-03-25  100

    ubuntu下使用apt安装mysql

    从官网下载deb配置包 wget https://dev.mysql.com/get/mysql-apt-config_0.8.3-1_all.deb添加mysql apt 源 sudo dpkg -i mysql-apt-config_0.8.3-1_all.deb更新 sudo apt-get update安装 sudo apt-get install mysql-server(此时安装的是最新版本的) 安装这个包的同时会安装mysql-client mysql-common等包。 在安装的过程中会输入两次root用户的密码。
    转载请注明原文地址: https://ju.6miu.com/read-20368.html

    最新回复(0)