安装mariaDB

1. yum search mariadb  找包的名字
2. yum install mariadb mariadb-sever  安装包  服务端
3. systemctl enable mariadb 设置自启动
4 .systemctl start mariadb 启动服务
5.systemctl status mariadb 查看服务情况
6. MysqL——secure——installation 初始化

w13711790476 发布了3 篇原创文章 · 获赞 2 · 访问量 85 私信 关注

相关文章

安装开始...1.打开“https://dev.mysql.com/downloadsepo/yu...
安装Helm3#官网下载慢#wgethttps://get.helm.sh/helm-v3.5.4...
通过Linux命令行启动用的指令:systemctlstartmariadb.servi...
InstallingMariaDBServer10.4TodeployMariaDBCommunityServe...
阅读目录一什么是存储引擎二mysql支持的存储引擎三使用存储引...
1、安装MariaDB安装命令yum-yinstallmariadbmariadb-server安...