CentOS-7.6-安装-mysql-Mariadb¶
yum install -y mariadb mariadb-server
systemctl start mariadb
systemctl enable mariadb
#配置
mysql_secure_installation
CREATE DATABASE `nextcloud` CHARACTER SET utf8 COLLATE utf8_general_ci;
yum install -y mariadb mariadb-server
systemctl start mariadb
systemctl enable mariadb
#配置
mysql_secure_installation
CREATE DATABASE `nextcloud` CHARACTER SET utf8 COLLATE utf8_general_ci;