标签: 数据库配置

1 篇文章

mariadb数据库安装和配置
一、安装数据库 [root@server10 ~]# dnf -y install mariadb-server mariadb(安装数据库的服务端和客户端) [root@server11 ~]# systemctl enable --now mariadb 重启数据库,并设置开机启动 Switch to unix_socket a…