rhel7.2 mysql_RHEL 7.2 安装 MySQL 5.7.11 二进制版

初始化库。

6、启动MySQL数据库#替换系统自带的my.cnf文件

[root@rhel7 mysql5.7.11]# mv /etc/my.cnf /etc/my.cnf.bak

[root@rhel7 mysql5.7.11]# cp support-files/my-default.cnf /etc/my.cnf

#在my.cnf中添加如下两条

[root@rhel7 mysql5.7.11]# vi /etc/my.cnf

basedir = /opt/mysql/mysql5.7.11

datadir = /mysqldata

#启动MySQL

[root@rhel7 mysql5.7.11]# ./bin/mysqld_safe --user=mysql &

[1] 1756

[root@rhel7 mysql5.7.11]# 2016-12-04T13:44:30.046089Z mysqld_safe Logging to ‘/mysqldata/rhel7.err‘.

2016-12-04T13:44:30.097978Z mysqld_safe Starting mysqld daemon with databases from /mysqldata

[root@rhel7 mysql5.7.11]# ps -ef |grep mysql

root      1756  1182  0 21:44 pts/0    00:00:00 /bin/sh ./bin/mysqld_safe --user=mysql

mysql     1876  1756  1 21:44 pts/0    00:00:00 /opt/mysql/mysql5.7.11/bin/mysqld --basedir=/opt/mysql/mysql5.7.11 --datadir=/mysqldata --plugin-dir=/opt/mysql/mysql5.7.11/lib/plugin --user=mysql --log-error=/m

ysqldata/rhel7.err --pid-file=/mysqldata/rhel7.pidroot      1905  1182  0 21:44 pts/0    00:00:00 grep --color=auto mysql

7、登录MySQL,使用安装时给出密码登录并更改root密码[root@rhel7 mysql5.7.11]# ./bin/mysql -uroot -p

Enter password:

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

Your MySQL connection id is 2

Server version: 5.7.11

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> set password=‘1qaz!QAZ‘;

Query OK, 0 rows affected (0.01 sec)

注意:5.6之前使用set password=password(‘newpassword‘)进行改密码,5.7版本不再建议这样改密码,会有如下提示:mysql> set password=password(‘123456‘);

Query OK, 0 rows affected, 1 warning (0.00 sec)

mysql> show warnings;

+---------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+

| Level   | Code | Message                                                                                                                                                           |

+---------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+

| Warning | 1287 | ‘SET PASSWORD = PASSWORD(‘‘)‘ is deprecated and will be removed in a future release. Please use SET PASSWORD = ‘‘ instead |

+---------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+

1 row in set (0.00 sec)

到此,MySQL5.7.11安装完成。

官方文档:http://dev.mysql.com/doc/refman/5.7/en/binary-installation.html

本文出自 “DBA Fighting!” 博客,请务必保留此出处http://hbxztc.blog.51cto.com/1587495/1879396

RHEL 7.2 安装 MySQL 5.7.11 二进制版

标签:mysql5.7 安装

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉

本文系统来源:http://hbxztc.blog.51cto.com/1587495/1879396

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值