首先官网下载安装包https://dev.mysql.com/downloads/mysql/5.7.html#downloads

然后上传解压至/usr/local目录

[root@localhost db]# tar -xf mysql-5.7.26-linux-glibc2.12-x86_64.tar

[root@localhost db]# tar -xzf mysql-5.7.26-linux-glibc2.12-x86_64.tar.gz

[root@localhost db]# mv mysql-5.7.26-linux-glibc2.12-x86_64 /usr/local/mysql

[root@localhost db]#

然后创建mysql用户和组以及数据目录

[root@localhost db]# mv mysql-5.7.26-linux-glibc2.12-x86_64 /usr/local/mysql

[root@localhost db]# groupadd mysql

[root@localhost db]# useradd mysql -g mysql

[root@localhost db]# cd /usr/local/mysql

[root@localhost mysql]# mkdir data

[root@localhost mysql]# chown mysql: -R /usr/local/mysql/

[root@localhost mysql]#

然后初始化数据并记录临时密码

[root@localhost mysql]# bin/mysqld --initialize --user=mysql --datadir /usr/local/mysql/data

2019-07-26T01:34:24.479757Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2019-07-26T01:34:24.682695Z 0 [Warning] InnoDB: New log files created, LSN=45790

2019-07-26T01:34:24.717419Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.

2019-07-26T01:34:24.723157Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 8009a802-af45-11e9-839c-000c29984aae.

2019-07-26T01:34:24.723996Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.

2019-07-26T01:34:24.724629Z 1 [Note] A temporary password is generated for root@localhost: ucZ5w5ZkSq;1

[root@localhost mysql]#

然后修改/etc/my.cnf配置文件中datadir为/usr/local/mysql/data

[root@localhost mysql]# cat /etc/my.cnf

[mysqld]

datadir=/usr/local/mysql/data

[root@localhost mysql]#

然后将mysql加入init.d目录并启动mysql

[root@localhost mysql]# cp support-files/mysql.server /etc/init.d/mysqld

[root@localhost mysql]# /etc/init.d/mysqld start

Starting MySQL.Logging to '/usr/local/mysql/data/localhost.localdomain.err'.

SUCCESS!

[root@localhost mysql]# ps -ef|grep mysql

root 12957 1 0 09:37 pts/0 00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/localhost.localdomain.pid

mysql 13057 12957 4 09:37 pts/0 00:00:00 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=localhost.localdomain.err --pid-file=/usr/local/mysql/data/localhost.localdomain.pid

root 13092 10198 0 09:37 pts/0 00:00:00 grep --color=auto mysql

[root@localhost mysql]#

最后mysql/bin加入path,并登陆数据库并重设密码

[root@localhost bin]# ./mysql -u root -p

Enter password:

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

Your MySQL connection id is 2

Server version: 5.7.26

Copyright (c) 2000, 2019, 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=password('mysql');

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

mysql> exit

Bye

[root@localhost bin]# ./mysql -u root -p

Enter password:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

[root@localhost bin]# ./mysql -u root -p

Enter password:

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

Your MySQL connection id is 4

Server version: 5.7.26 MySQL Community Server (GPL)

Copyright (c) 2000, 2019, 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> show databases;

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

| Database |

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

| information_schema |

| mysql |

| performance_schema |

| sys |

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

4 rows in set (0.01 sec)

mysql>

ojbk,then have fun!

总结

以上所述是小编给大家介绍的OEL7.6源码安装MYSQL5.7的教程,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对我们网站的支持!

如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!

本文标题: OEL7.6源码安装MYSQL5.7的教程

本文地址: http://www.cppcns.com/shujuku/mysql/266840.html

oel 7.0 安装 mysql 5_OEL7.6源码安装MYSQL5.7的教程相关推荐

  1. 源码安装mysql主从_mysql源码安装和主从同步配置

    mysql源码安装和主从同步配置 mysql介绍: MySQL 是一种关联数据库管理系统,关联数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性.MySQL ...

  2. Mysql 5.5 源码安装

    mysql 5.5.8 源码安装 安装的工具需要以下几个: libncurses bison cmake libaio 安装libncurses wget http://www.uusnn.com.c ...

  3. mysql 5.7.17 源码安装_mysql5.7.17源码安装

    创建用户和目录 groupadd mysql useradd -r -g mysql mysql mkdir -p /data/mysql/standby/data mkdir -p /data/my ...

  4. 源码安装mysql_CentOS 7中源码安装MySQL 5.7.16 (亲测成功)

    最近在CentOS 7中源码安装MySQL 5.7.16,发现MySQL5.7.6+以后的安装方式真的与以前版本的MySQL安装方式大大的不同呀.不自己安装一把,下面这篇文章是通过自己的安装过程总结的 ...

  5. centos7源码安装mysql8.0_CentOS7下源码安装MySQL 8.x

    会选择使用源码安装MySQL,想必对MySQL及其他的安装方式已经有了一定的了解,这里就不对周边信息进行过多赘述了,直接开始吧. 编译MySQL比较消耗内存,如果机器内存较小,可能会在编译期间出现内存 ...

  6. mysql数据库源码安装_学习笔记-源码安装mariadb 20210128

    源码安装Mariadb数据库 安装之前先检查一下空间: 1 [15:13:16 root@centos8 ~]#free -h(#检查空间)2 total used free shared buff/ ...

  7. mysql安装 张宴_Linux_centos5 源码安装Nginx + mysql + apache + php的方法,主要依照的是张宴的一篇博文 - phpStudy...

    centos5 源码安装Nginx + mysql + apache + php的方法 主要依照的是张宴的一篇博文<http://blog.s135.com/post/366/>,安装的软 ...

  8. MySQL社区版源码安装

    社区版傻瓜式安装可以看这篇:MySQL免费社区版安装步骤详解 如果是源码安装,依然是点击这个链接: https://dev.mysql.com/downloads/mysql/ 点进去,在Select ...

  9. mysql5.6.28安装_mysql5.6.28源码安装

    众所周知,mysql5.5版本之前都是通过./configure进行编译环境检查,mysql5.5之后用的是cmake(包括5.5) 安装前的准备工作: [root@localhost ~]#wget ...

最新文章

  1. 节能无线信标灯的几点补充测实验
  2. 数学知识点大集合!有了它学数学真的很简单!
  3. [Python] 程序结构与控制流
  4. x86汇编语言——基本概念
  5. AI人脸识别真的成熟了吗?读完这篇你就懂了
  6. Alibaba Nacos 介绍以及服务提供者工程接入nacos注册中心
  7. 奥斯卡“最佳国际电影”奖,《哪吒之魔童降世》申请出战!
  8. 值得收藏的图片网站,设计素材不愁,还能承包你一年壁纸
  9. Eclipse SVN插件安装
  10. 年度加密漏洞提前锁定:Java JDK 加密实现漏洞可用于伪造凭据
  11. 32位64位Eclipse和jdk对应关系
  12. EasyUI:获取某个dategrid的所有行数据
  13. 星星评分-依赖jquery
  14. 自动驾驶7-3 最终项目解决方案 Final Project Solution
  15. 为什么人人都应该学编程?
  16. 电源管理方案APM和ACPI比较
  17. 公司官网如何快速让百度收录?以及如何做网站流量?
  18. 关于大屏项目中分辨率和高宽比的总结
  19. PS_BaseUse_红眼擦拭
  20. BAT超级入口“连接”战

热门文章

  1. flutter系列之:flutter中的变形金刚Transform
  2. debian阉割touchpad方法
  3. 实用工具特别推荐 Autoruns
  4. 2022年度新星,4款一见倾心的黑马软件,让你找不到拒绝的理由
  5. CentOS 7 安装 Percona XtraDB Cluster 5.7
  6. 眼图(Eye Diagram)与数字信号测试眼图
  7. 【机械硬盘重新挂载】
  8. 当代青年消费报告:年轻人的钱花哪去了?
  9. ubuntu常见问题:E: Package ‘xxx‘ has no installation candidate 解决方法
  10. 数据中心智能化系统设计要点