摘要: 1、安装 Mariadb yum -y install mariadb mariadb-server 2、启动 Mariadb systemctl start mariadb 3、设置开机启动 systemctl enable mariadb 4、初始化 Mariadb,设置密码 mysql_sec 阅读全文
posted @ 2021-03-14 12:16 可可西里(lemon) 阅读(64) 评论(0) 推荐(0) 编辑