Linux Centos7.5 安装 mysql-8.0.15

mysql有两种安装方式:源码包安装和二进制包安装

本文描述的是二进制安装包,下载目录:https://dev.mysql.com/downloads/mysql/

选择对应位数的文件下载 ~ 

文件放置至 /home 路径

1、解压到/usr/local/目录下

[root@centos7.5  /]# cd home

[root@centos7.5  home]# ls

mysql-8.0.15-linux-glibc2.12-x86_64.tar.xz

[root@centos7.5  home]#  tar xf mysql-8.0.15-linux-glibc2.12-x86_64.tar.xz -C /usr/local/

2、目录/usr/lcoal/下创建链接

[root@centos7.5  /]# cd usr/local/

[root@centos7.5  local]#  ln -sn mysql-8.0.15-linux-glibc2.12-x86_64 mysql

3、创建mysql用户和所属组

[root@centos7.5  ~]# groupadd mysql

[root@centos7.5  ~]# useradd -r -g mysql mysql

4、设置/usr/local/mysql目录下所有文件为root主,mysql组

[root@centos7.5  /]# cd usr/local/mysql/

[root@centos7.5  mysql]# chown -R root.mysql ./*

5、创建目录存放mysql数据

[root@centos7.5  mysql]# mkdir -pv /data/mysql

6、修改/data/mysql/目录的属主属组为mysql

[root@centos7.5  mysql]# chown -R mysql.mysql /data/mysql/

7、编辑环境变量

[root@centos7.5  mysql]# vim /etc/profile.d/mysql.sh

i 进入编辑模式

输入 export PATH=/usr/local/mysql/bin:$PATH

esc按键 :wq 保存并退出

8、重新加载mysql.sh文件

[root@centos7.5  mysql]# . /etc/profile.d/mysql.sh

9、初始化mysql 

[root@centos7.5  mysql]# ./bin/mysqld --initialize --user=mysql --datadir=/data/mysql --basedir=/usr/local/mysql

***记下生成的密码 ,若不生成密码,设置空密码:--initialize后加-insecure

10、创建etc目录,将/etc/my.cnf复制到/usr/local/mysql/etc目录下

[root@centos7.5  mysql]# mkdir etc

[root@centos7.5  mysql]# cp /etc/my.cnf etc/

11、编辑/usr/local/mysql/etc.cnf

[root@centos7.5  mysql]# cd etc/

[root@centos7.5  etc]# vim my.cnf 

[mysqld]

datadir=/data/mysql

socket=/tmp/mysql.sock

# Disabling symbolic-links is recommended to prevent assorted security risks

symbolic-links=0

# Settings user and group are ignored when systemd is used.

# If you need to run mysqld under a different user or group,

# customize your systemd unit file for mariadb according to the

# instructions in http://fedoraproject.org/wiki/Systemd

[mysqld_safe]

log-error=/usr/local/mysql/logs/error.log

pid-file=/var/run/mysql/mysql.pid

#

# include all files from the config directory

#

!includedir /usr/local/mysql/etc/my.cnf.d

esc按键 :wq 保存并退出

12、根据my.cnf文件路径配置,创建mysql目录下对应的目录和文件

[root@centos7.5  etc]# mkdir my.cnf.d

13、创建logs目录

[root@centos7.5  mysql]# mkdir logs

14、设置目录所属主,所属组

[root@centos7.5  mysql]# chown -R root.mysql logs

15、创建错误日志文件

[root@centos7.5  logs]# touch error.log

16、设置错误日志所属主和所属组

[root@centos7.5  logs]# chown -R mysql.mysql error.log

17、将目录/usr/local/mysql/support-files/mysql.server复制到目录/etc/init.d/mysqld

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

18、启动脚本

[root@centos7.5  etc]# service mysqld start

Starting MySQL.

19、登录(/usr/local或/data目录下)设置密码

[root@centos7.5  local]# mysql -uroot -p

Enter password: 

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

Your MySQL connection id is 23

Server version: 8.0.15 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> set password='123456

Query OK, 0 rows affected (0.01 sec)

mysql> quit;

--------------------OK!ヾ(o◕∀◕)ノヾ 已安装成功!--------------------

如果使用navicat连接数据库出现异常

[ERROR 1130: Host 'xxx.xxx.xxx.xxx' is not allowed to connect to thisMySQL server ]

更新user表权限可能会帮到你哦~

mysql> select host,user,plugin from user where user = 'root';

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

| host      | user | plugin                |

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

| localhost | root | caching_sha2_password |

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

1 row in set (0.00 sec)

mysql> update user set host = '%' where user = 'root';

Query OK, 1 row affected (0.01 sec)

Rows matched: 1  Changed: 1  Warnings: 0

mysql>  flush privileges;

mysql> select host,user,plugin from user where user = 'root';

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

| host | user | plugin                |

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

| %    | root | caching_sha2_password |

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

1 row in set (0.00 sec)

--------------------OK!ヾ(o◕∀◕)ノヾ 已配置成功!--------------------

---------------------

作者:冰城岩帝

来源:CSDN

原文:https://blog.csdn.net/qq_34151719/article/details/89675188

版权声明:本文为博主原创文章,转载请附上博文链接!

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 215,539评论 6 497
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,911评论 3 391
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 161,337评论 0 351
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,723评论 1 290
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,795评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,762评论 1 294
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,742评论 3 416
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,508评论 0 271
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,954评论 1 308
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,247评论 2 331
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,404评论 1 345
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,104评论 5 340
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,736评论 3 324
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,352评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,557评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,371评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,292评论 2 352

推荐阅读更多精彩内容

  • jdk1.8安装,tar解压,用户组发生变化,需要调整: 首先删除操作系统自带的jdk, 使用awk拼接执行的命令...
    ly稻草阅读 524评论 0 1
  • https://github.com/Hackeruncle/MySQL/blob/master/MySQL%20...
    Ace_Wang阅读 760评论 0 1
  • 一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为i...
    ArleyDu阅读 2,086评论 0 0
  • 窗外的烟花声 提醒着夜色下的人们 今天是元宵节 冰冷的空气中 除了呼吸的温度 也许还有烟花的炙热 虽然只能看到 却...
    翱翔丶者阅读 204评论 1 7
  • 2018年7月23日 星期一 晴 第「045」次感恩。 特别好的平台,界面也好用,可私密可公开。链接了一大群写作爱...
    子不能说阅读 104评论 0 0