mysql 5.7.12 centos_CentOS 6.5 下安装MySQL 5.7.12,使用官网下载的rpm安装包-阿里云开发者社区...

CentOS 6.5 下安装MySQL 5.7.12,使用官网下载的rpm安装包

下载安装包

下载地址:http://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.12-1.el6.x86_64.rpm-bundle.tar

解压安装包

tar -xvf mysql-5.7.12-1.el6.x86_64.rpm-bundle.tar

移除已经安装的早期版本

如果不移除的话,会提示有冲突,版本可能有所不同

yum -y remove mysql-libs-5.1.73*

这个可以参考:

安装顺序

rpm -ivh mysql-community-common-5.7.12-1.el6.x86_64.rpm

rpm -ivh mysql-community-libs-5.7.12-1.el6.x86_64.rpm

rpm -ivh mysql-community-client-5.7.12-1.el6.x86_64.rpm

rpm -ivh mysql-community-server-5.7.12-1.el6.x86_64.rpm

rpm -ivh mysql-community-devel-5.7.12-1.el6.x86_64.rpm

启动Mysql服务

# service mysqld start

初始化 MySQL 数据库: [确定]

Installing validate password plugin: [确定]

正在启动 mysqld:

修改管理员密码

查看初始管理员密码,下面的命令适用于 RHEL, Oracle Linux, CentOS, and Fedora 平台:

grep 'temporary password' /var/log/mysqld.log

SLES平台使用下面的命令:

grep 'temporary password' /var/log/mysql/mysqld.log你会发现初始密码超级的复杂,还好我使用XShell,可以复制粘贴

# grep 'temporary password' /var/log/mysqld.log

2016-05-14T02:57:24.372528Z 1 [Note] A temporary password is generated for root@localhost: ?sSq8?.IucXV

[root@localhost /]#

[root@localhost /]# mysql -uroot -p?sSq8?.IucXV

mysql: [Warning] Using a password on the command line interface can be insecure.

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 15

Server version: 5.7.12

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

注意:这种写法(mysql -uroot -p?sSq8?.IucXV)有时因密码中的特殊字符而不可行,需要先执行(mysql -uroot -p),再根据提示输入密码。

使用下面的命令修改密码

ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass4!';

密码必须包含大写字母小写字母数字和符号,不然会提示:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements(您的密码不符合当前的安全策略要求)

授权远程登录

如果不开启远程登录权限,将会遇到类似下面的错误:

在客户机上使用 Navicat for MySQL 远程连接就报10038的错

1466770601_410986.png

结束语

注意,使用 yum 安装的和使用rpm安装的有所不同(要么就是不同的版本安装后初始密码的位置不同),我记得之前安装完之后初始密码是保存在 /root/.mysql_sercret 文件中的。

要在Windows下连接还需要做点工作,参考:CentOS下安装MySQL,Windows下使用Navicat for MySql连接

之前写过,这次又重新总结,发现还是存在着一些差异!

如果你在安装过程中发现、遇到了什么问题,欢迎一起探讨。

官网参考:http://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html

=======================分隔符===============================

一篇文章不贴张图,还真有点不习惯!

titter.gif

ba95353615914ef1345c86910537a3d7.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值