当前位置:网站首页>centos7安装mysql急速版
centos7安装mysql急速版
2022-08-04 13:52:00 【我要用代码向我喜欢的女孩表白】
目录
离线安装
2个文件 丢到/software目录下
检查是否有mysql
rpm -qa|grep -i mysql
检查是否安装(没有安装过mysql,可以跳过)
有的话,卸载
rpm -e --nodeps mysql-libs-你刚刚自己查的包
yum remove mysql mysql-server mysql-libs mysql-server;
rpm -e --nodeps pcp-pmda-mysql-3.10.6-2.el7.x86_64如果提示没有perl,则安装(可用本地离线镜像源)Centos7,离线yum源下载,搭建_我要用代码向我喜欢的女孩表白的博客-CSDN博客_centos7yum源下载
yum install -y perl-Module-Install.noarch
清除缓存的相关包
yum remove mysql-libs
yum remove mariadb-libs
进入目录解压
tar -xvf mysql-5.7.31-1.el7.x86_64.rpm-bundle.tar
按顺序,一行一行的跑
rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm
rpm -ivh mysql-community-libs-5.7.31-1.el7.x86_64.rpm
rpm -ivh mysql-community-client-5.7.31-1.el7.x86_64.rpm
rpm -ivh mysql-community-server-5.7.31-1.el7.x86_64.rpm
若rpm -ivh mysql-community-server-5.7.31-1.el7.x86_64.rpm 出现问题,否则跳过
则
yum list|grep -i net-tools
yum install net-tools.x86_64
rpm -ivh mysql-community-server-5.7.31-1.el7.x86_64.rpm
启动
systemctl start mysqld.service 启动mysql
systemctl status mysqld.service 查看mysql状态
搜索默认密码
grep 'temporary password' /var/log/mysqld.log
启动mysql -uroot -p
粘贴你的密码yc(.7n#5mjY?
修改密码
ALTER USER 'root'@'localhost' IDENTIFIED BY 'ShiTeacherLoveU~520';
远程授权
grant all privileges on *.* to 'root'@'%' identified by 'ShiTeacherLoveU~520' with grant option;
刷新权限
flush privileges;
在线安装(飞速)
yum install wget
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql-community-server
systemctl start mysqld.service
netstat -tnlp|grep 3306
查看mysql密码
grep "password" /var/log/mysqld.log
后续和离线一样
边栏推荐
猜你喜欢
人像分割技术解析与应用
MySQL性能指标TPS\QPS\IOPS如何压测?
【牛客刷题-SQL大厂面试真题】NO5.某宝店铺分析(电商模式)
开放麒麟 openKylin 版本规划敲定:10 月发布 0.9 版并开启公测,12 月发布 1.0 版
《中国综合算力指数》《中国算力白皮书》《中国存力白皮书》《中国运力白皮书》在首届算力大会上重磅发出
Win11快速助手在哪里?Win11打开快速助手的方法
并发刺客(False Sharing)——并发程序的隐藏杀手
《C 陷阱与缺陷 》阅读概要
This article sorts out the development of the main models of NLP
[UML] Summary of Information System Analysis and Design Knowledge Points
随机推荐
如何查找endnote文献中pdf文件的位置
错误 AttributeError type object 'Callable' has no attribute '_abc_registry' 解决方案
odoo15 大部分模块都用的附件整理成一独立模块
华为手机切换屏幕效果_华为p40页面切换效果怎么换
人像分割技术解析与应用
化算力为战力:宁夏中卫的数字化转型启示录
【牛客刷题-SQL大厂面试真题】NO5.某宝店铺分析(电商模式)
MySQL性能指标TPS\QPS\IOPS如何压测?
TS---类型设置
LCP 06. 拿硬币-遍历
手搓一个“七夕限定”,用3D Engine 5分钟实现烟花绽放效果
Oracle RAC环境下vip/public/private IP的区别
阴影初始化【5】
router---路由守卫
Redis 复习计划 - Redis主从数据一致性和哨兵机制
How to find the location of a pdf file in endnote literature
[Niu Ke brush questions-SQL big factory interview questions] NO5. Analysis of a treasure store (e-commerce model)
七夕当然要学会SQL优化好早点下班去找对象
《中国综合算力指数》《中国算力白皮书》《中国存力白皮书》《中国运力白皮书》在首届算力大会上重磅发出
TS - type