赞
踩
1、使用rpm安装mariadb数据库
yum install mariadb mariadb-server -y
2、启动并启用服务
systemctl start mariadb.service
systemctl enable mariadb.service或
ln -s '/usr/lib/systemd/system/mariadb.service' '/etc/systemd/system/multi-user.target.wants/mariadb.service'
3、初始化数据库
mysql_secure_installation
若,已有数据库管理员密码回车改为输入密码然后回车(密码不可见)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。