栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

Ceneos7 安装 MySQL8

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Ceneos7 安装 MySQL8

Ceneos7 安装 MySQL8 1. 访问MySQL 社区 Yum Repository

  1. 下载
  • wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm

  • curl -O https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm

  1. 验证md5sum

    md5sum mysql80-community-release-el7-3.noarch.rpm

2. 安装
  1. rpm -ivh mysql80-community-release-el7-3.noarch.rpm

  2. yum install mysql-server -y

3. 服务启动/停止/状态/重启
  • 启动: systemctl start mysqld
  • 停止: systemctl stop mysqld
  • 状态: systemctl status mysqld
  • 重启: systemctl restart mysqld
4. 配置

grep 'temporary password' /var/log/mysqld.log

output: 2021-09-07T07:17:04.223763Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: /MrDvru8-aKO

mysqld --console --skip-grant-tables --shared-memory --user=root

  • 修改密码: /usr/bin/mysqladmin -uroot -p/MrDvru8-aKO password xxxxxxx
5. 验证

mysql -uroot -pxxxxxxx

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 1064
Server version: 8.0.26 MySQL Community Server - GPL

Copyright (c) 2000, 2021, Oracle and/or its affiliates.

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> 
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/277891.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号