当前位置:网站首页>MySQL installation
MySQL installation
2022-07-21 04:27:00 【Blue moon Champions League King】
Catalog
One 、 preparation
cat /etc/resolv.conf
vim /etc/resolv.conf
cat /etc/resolv.conf
ping www.baidu.com
Two 、 Unzip and install
Drag the compressed package to the virtual machine desktop or XShell in , Move to /opt, decompression :tar -xvf
Query and uninstall :rpm -qa | grep mariadb rpm -e --nodeps mariadb-libs-5.5.60-1.el7_5.x86_64
install :rpm -ivh
cd /
cd root
ls
cd desktop
ls
mv mysql-5.7.35-1.el7.x86_64.rpm-bundle.tar /opt
ls /opt
cd /opt
ls
tar -xvf mysql-5.7.35-1.el7.x86_64.rpm-bundle.tar
ls
rpm -qa | grep mariadb
rpm -e --nodeps mariadb-libs-5.5.60-1.el7_5.x86_64
ls
rpm -ivh mysql-community-common-5.7.35-1.el7.x86_64.rpm
rpm -ivh mysql-community-libs-5.7.35-1.el7.x86_64.rpm
rpm -ivh mysql-community-client-5.7.35-1.el7.x86_64.rpm
rpm -ivh mysql-community-server-5.7.35-1.el7.x86_64.rpm
边栏推荐
- STM32学习(1)基本介绍
- Random number (random header file)
- Regular expression and shell Three Musketeers (grep, egrep, SED, and awk) tools
- Process and planned task management
- DNS概述和DNS服务器部署(详细正向解析)
- bond网络模式
- 进程和计划任务管理
- PXE efficient network installation, kickstart unattended installation
- Process and planned task management
- 进程与计划任务管理中的top、pgrep、pstree、jobs、at、crontab命令
猜你喜欢
随机推荐
XShell安装配置教程
LVM逻辑卷
Shell脚本之正则表达式
Three swordsmen awk
File system and log analysis
Jenkins pipeline key for remote deployment
快速了解shell脚本
What is rendering pipeline and how to draw 3D objects
DNS域名解析服务
网络安全学习(千锋网络安全笔记)2--IP与基本DOS命令
Regular expression of shell script
Douban score 9.4! Study "neural network and deep learning" with Professor Qiu Xipeng, and the class starts on July 19
Account and authority management
Conditional judgment if statement case statement
DHCP configuration
Server firewall software iptables
JSON解析
What is FTP
Network Security Learning (Qianfeng network security notes) 2 -- IP and basic DOS commands
快速了解Shell函数和数组