centos下安装mysql

1、下载mysql安装包,

https://dev.mysql.com/downloads/mysql/


2、解压

我是放在了/usr/local目录下

tar -xvf mysql-8.0.19-1.el7.x86_64.rpm-bundle.tar  /usr/local/

3、依次安装

mysql-community-common-8.0.19-1.el7.x86_64.rpm

mysql-community-libs-8.0.19-1.el7.x86_64.rpm

mysql-community-client-8.0.19-1.el7.x86_64.rpm

mysql-community-server-8.0.19-1.el7.x86_64.rpm

rpm -qa|grep -i mysql

rpm -ivh mysql-community-common-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-common-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

Preparing...                          ################################# [100%]

Updating / installing...

  1:mysql-community-common-8.0.19-1.e################################# [100%]

# rpm -ivh mysql-community-libs-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-libs-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

error: Failed dependencies:

        mariadb-libs is obsoleted by mysql-community-libs-8.0.19-1.el7.x86_64

这个报依赖错误,需要清除所有mysql依赖包

先查看这个依赖,再清除

# rpm -qa|grep mariadb

mariadb-libs-5.5.60-1.el7_5.x86_64

#yum remove mariadb-libs-5.5.60-1.el7_5.x86_64

Loaded plugins: fastestmirror

Resolving Dependencies

--> Running transaction check

---> Package mariadb-libs.x86_64 1:5.5.60-1.el7_5 will be erased

--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 2:postfix-2.10.1-7.el7.x86_64

--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 2:postfix-2.10.1-7.el7.x86_64

--> Running transaction check

---> Package postfix.x86_64 2:2.10.1-7.el7 will be erased

--> Processing Dependency: /usr/sbin/sendmail for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64

--> Restarting Dependency Resolution with new changes.

--> Running transaction check

---> Package redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 will be erased

--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================

Package                  Arch            Version                          Repository          Size

=======================================================================================================

Removing:

mariadb-libs              x86_64          1:5.5.60-1.el7_5                @anaconda          4.4 M

Removing for dependencies:

postfix                  x86_64          2:2.10.1-7.el7                  @anaconda            12 M

redhat-lsb-core          x86_64          4.1-27.el7.centos.1              @base                45 k

Transaction Summary

=======================================================================================================

Remove  1 Package (+2 Dependent packages)

Installed size: 17 M

Is this ok [y/N]: y

Downloading packages:

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Warning: RPMDB altered outside of yum.

  Erasing    : redhat-lsb-core-4.1-27.el7.centos.1.x86_64                                          1/3

  Erasing    : 2:postfix-2.10.1-7.el7.x86_64                                                      2/3

  Erasing    : 1:mariadb-libs-5.5.60-1.el7_5.x86_64                                                3/3

  Verifying  : redhat-lsb-core-4.1-27.el7.centos.1.x86_64                                          1/3

  Verifying  : 2:postfix-2.10.1-7.el7.x86_64                                                      2/3

  Verifying  : 1:mariadb-libs-5.5.60-1.el7_5.x86_64                                                3/3

Removed:

  mariadb-libs.x86_64 1:5.5.60-1.el7_5                                                               

Dependency Removed:

  postfix.x86_64 2:2.10.1-7.el7              redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1           

Complete!

清除完了查看没有此依赖,继续安装

# rpm -qa|grep mariadb                       

# rpm -ivh mysql-community-libs-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-libs-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

Preparing...                          ################################# [100%]

Updating / installing...

  1:mysql-community-libs-8.0.19-1.el7################################# [100%]

[root@iZ2ze6wftv0plydh6zw217Z mysql]# rpm -ivh mysql-community-client-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-client-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

Preparing...                          ################################# [100%]

Updating / installing...

  1:mysql-community-client-8.0.19-1.e################################# [100%]

# rpm -ivh mysql-community-server-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-server-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

error: Failed dependencies:

        libaio.so.1()(64bit) is needed by mysql-community-server-8.0.19-1.el7.x86_64

        libaio.so.1(LIBAIO_0.1)(64bit) is needed by mysql-community-server-8.0.19-1.el7.x86_64

        libaio.so.1(LIBAIO_0.4)(64bit) is needed by mysql-community-server-8.0.19-1.el7.x86_64

MySQL依赖libaio,所以先要安装libaio,我们通过 rpm -qa|grep libaio 命令查看一下,没有的话安装此依赖,然后再安装server  成功

# rpm -qa|grep libaio

# yum -y install libaio

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

base                                                                            | 3.6 kB  00:00:00   

epel                                                                            | 4.7 kB  00:00:00   

extras                                                                          | 2.9 kB  00:00:00   

updates                                                                        | 2.9 kB  00:00:00   

(1/3): epel/x86_64/group_gz                                                    |  95 kB  00:00:00   

(2/3): epel/x86_64/updateinfo                                                  | 1.0 MB  00:00:00   

(3/3): epel/x86_64/primary_db                                                  | 6.8 MB  00:00:00   

Resolving Dependencies

--> Running transaction check

---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================

Package              Arch                  Version                        Repository          Size

=======================================================================================================

Installing:

libaio                x86_64                0.3.109-13.el7                  base                24 k

Transaction Summary

=======================================================================================================

Install  1 Package

Total download size: 24 k

Installed size: 38 k

Downloading packages:

libaio-0.3.109-13.el7.x86_64.rpm                                                |  24 kB  00:00:00   

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Warning: RPMDB altered outside of yum.

  Installing : libaio-0.3.109-13.el7.x86_64                                                        1/1

  Verifying  : libaio-0.3.109-13.el7.x86_64                                                        1/1

Installed:

  libaio.x86_64 0:0.3.109-13.el7                                                                     

Complete!

# rpm -ivh mysql-community-server-8.0.19-1.el7.x86_64.rpm

warning: mysql-community-server-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

Preparing...                          ################################# [100%]

Updating / installing...

  1:mysql-community-server-8.0.19-1.e################################# [100%]

到此安装完成

4、启动mysql

systemctl start mysqld.service    启动mysql

systemctl status mysqld.service  查看mysql状态

5、登录mysql

首先查找临时密码

cat /var/log/mysqld.log |grep password

2020-04-17T06:07:25.679527Z 5 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost:UIjGhtWdt7+R

用如下命令登录

mysql -u root -p

Enter password:

登录后必须先修改密码才能执行任何操作

可以修改下用户密码

mysql> show databases;

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

mysql> set password for root@localhost=password('123456');

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'password('123456')' at line 1

mysql> alter user root@localhost identified by '123456';

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

密码必须符合密码规范,可以设置一下不强制密码规范

mysql> set global validate_password.policy=0;

Query OK, 0 rows affected (0.00 sec)

mysql> set global validate_password.length=6;

Query OK, 0 rows affected (0.00 sec)

mysql> alter user root@localhost identified by '123456';

Query OK, 0 rows affected (0.00 sec)

退出mysql,重新用新密码登录

mysql> exit

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

推荐阅读更多精彩内容