环境
OS:CentOS7.6
MySQL:Mysql5.7
创新互联建站提供成都做网站、成都网站建设、网页设计,品牌网站建设,1元广告等致力于企业网站建设与公司网站制作,十余年的网站开发和建站经验,助力企业信息化建设,成功案例突破数千家,是您实现网站建设的好选择.
#下载mysql源安装包
wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
#安装mysql源
yum localinstall mysql57-community-release-el7-8.noarch.rpm
#检测源是否安装成功
yum repolist enabled | grep "mysql.*-community.*"
#Enable to use MySQL 5.6
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
[mysql57-community]
name=MySQL 5.7 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
yum安装
yum install mysql-community-server
systemctl start mysqld //启动mysql服务
systemctl status mysqld
systemctl enable mysqld
systemctl daemon-reload //重载服务
mysql> set password for 'root'@'localhost'=password('xxxxxxxx');
查看密码策略:
mysql> show variables like '%password%'
0 => LOW,1 => MEDIUM,2 => STRONG
命令行修改:
set global validate_password_policy=0; //设置密码策略等级
set global validate_password_length=6; //设置密码最小长度
重启mysql服务
systemctl restart mysqld
新闻标题:yum方式安装Myql
分享网址:https://www.cdcxhl.com/article46/gcepeg.html
成都网站建设公司_创新互联,为您提供外贸建站、Google、品牌网站建设、、网站导航、企业网站制作
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联