mysql 5.7 rpm下载 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:IT猫扑网 > 编程开发 > 数据库类 > mysql-5.7.12-1.el6.x86_64.rpm包 v5.7.12 免费版

mysql-5.7.12-1.el6.x86_64.rpm包

v5.7.12 免费版 发表评论
mysql-5.7.12-1.el6.x86_64.rpm包
  • 软件类别:数据库类
  • 软件大小:452.00 MB
  • 更新时间:2017-04-01 15:29
  • 软件版本:v5.7.12 免费版
  • 软件语言:中文
  • 软件等级:
  • 官方网址:暂无
  • 相关标签:mysqlrpm   mysql5.7   mysql

评分:

好评:1

差评:0

软件介绍

mysql 5.7 rpm是一款用于linux系统的mysql数据库的5.7版本,具有更加人性化的数据库服务功能,帮助用户们更加方便的进行数据库相关的开发工作.有需要的朋友就来IT猫扑下载吧!

centos 6.5 下安装MySQL 5.7.12 rpm方法

解压安装包

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

你会发现初始密码超级的复杂,可以复制粘贴

# 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>

多平台下载

  • Pc版

    mysql-5.7.12-1.el6.x86_64.rpm包 v5.7.12 免费版

网友评论

查看所有0条评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

相关软件

下载排行

相关合集