当前位置:网站首页>From zero to one, one-stop solution to MySQL under linux environment (download)
From zero to one, one-stop solution to MySQL under linux environment (download)
2022-06-10 08:52:00 【Javanese aborigines, joelib】
Catalog
Execute the following code in turn
Configure Tencent ECS
Buy
- Reset password ( The official demand is )
Download a software
Create key
- reason
step
- reason
To configure XSHELL
To configure XFP7
- The operation is consistent with the above
download MySQL



Execute the following code in turn
cd /opt explain : You must download in this directory |
chmod -R 777 /tmp explain : to tmp The permissions corresponding to the directory , Otherwise, you can't download |
yum remove mysql-libs explain : Delete Oracle to MySQL Specific constraints , Avoid not being able to download |
rpm -ivh mysql-community-common-8.0.25-1.el7.x86_64.rpm explain : Be sure to install... In this order |
rpm -ivh mysql-community-client-plugins-8.0.25-1.el7.x86_64.rpm |
rpm -ivh mysql-community-libs-8.0.25-1.el7.x86_64.rpm |
rpm -ivh mysql-community-client-8.0.25-1.el7.x86_64.rpm |
rpm -ivh mysql-community-server-8.0.25-1.el7.x86_64.rpm |
rpm -qa|grep -i mysql explain : View to . rpm Format installation package |
mysqld --initialize --user=mysql explain : initialization MySQL |
cat /var/log/mysqld.log explain : see MySQL characteristic , Find the default password inside and keep it |
start-up :systemctl start mysqld.service close :systemctl stop mysqld.service restart :systemctl restart mysqld.service Check the status :systemctl status mysqld.service |
systemctl enable mysqld.service explain : Set up self start MySQL |
systemctl disable mysqld.service explain : Set non self starting MySQL |
边栏推荐
- vtk学习之Pipeline管线
- R语言使用epiDisplay包的cs函数计算相对危险度(Relative Risk,RR)的值及其置信区间、基于pyramid函数生成暴露因子的分组数据、xlab参数自定义设置可视化图像的X轴标签
- LeetCode琅琊榜第十八层-两数之和(查找表法)
- 顶流编辑器 Atom,将于 12 月 15 日退出历史舞台
- ifstream seekg( ) read( )文本操作
- Mmsegment Series IV (custom dataset)
- 【JUC系列】线程池基础使用
- 零基础转行软件测试需要学到什么程度才能找工作
- Task06: Autumn move script C
- Add cache like silk to optimize service
猜你喜欢

ifstream seekg( ) read( )文本操作

Google搜索为什么不能无限分页?

How to hide application previews when switching applications while using shutter

If you want to change careers, why do you prefer software testing?

Add cache like silk to optimize service

Formula Derivation

USB TYPE -A -B -C 接口

Why can't Google search page infinite?

Ifstream seekg() read() text operation

After Zotero beta 6.0 is installed, the problem that the built-in PDF reader cannot be used is solved
随机推荐
SAAS服务能有哪些优势
Pipeline pipeline for VTK learning
文件如上图所示,怎么用navicat打开一个数据库文件
Rotate linked list
一个数组对象中取出需要的多个字段以及值去掉不要的
LeetCode琅琊榜第十九层-有效的括号
js通过身份证号获取出生年月日,性别,年龄
matlab报错问题汇总
Test: friend circle like function
Mmsegment Series III (basic network architecture and pre training model)
R language uses neuralnet package to build neural network regression model (feedforward neural network regression model), and the neural network model completed by plot function visual training (inclu
Uniapp always locates the chat page to the bottom display
How to hide application previews when switching applications while using shutter
R语言caTools包进行数据划分、scale函数进行数据缩放、class包的knn函数构建K近邻分类器、比较不同K值超参数下模型准确率和误分类率(miss classification error)
Get multiple fields and values from an array object
vtk学习之texture纹理映射
AWS IOT reference example of Lexin launching esp32-c3
Task04:集合运算
Lexin ESP Rainmaker accelerates the transformation of enterprise intelligence, and private cloud solutions help customers build their own brands
Rendercylinder lights for VTK learning








