赞
踩
下载并安装MySQL官方的Yum Repository\
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
使用上面的命令直接安装Yum Repository
yum -y install mysql57-community-release-el7-10.noarch.rpm
安装MySQL服务器
yum -y install mysql-community-server
启动MySQL
systemctl start mysqld.service
查看MySQL运行状态
systemctl status mysqld.service
关闭Mysql
systemctl stop mysqld.service
Hive下载地址:http://mirror.bit.edu.cn/apache/hive/hive-2.3.4/
sudo tar -zxvf ./apache-hive-
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。