当前位置:网站首页>Centos8 installing MySQL 8.0 (upper)
Centos8 installing MySQL 8.0 (upper)
2022-06-12 08:27:00 【Dyansts】
preparation
yum check updatePrerequisite plug-in
yum install gcc -y
yum install -y gcc-c++download
1. Premise
stay usr/local establish mysql Folder
mkdir -p /usr/lcoal/mysql
2. download MySQL
2.1
wget download
wget https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.27-1.el8.x86_64.rpm-bundle.tar2.2 Download from the official website and then go through xftp7 Upload to usr/local/mysql Under the table of contents
Mysql8.0.27https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.27-1.el8.x86_64.rpm-bundle.tar
https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.27-1.el8.x86_64.rpm-bundle.tar3. Unzip and delete the package
// decompression
tar -xvf mysql-8.0.27-1.el8.x86_64.rpm-bundle.tar
// Delete
rm -f mysql-8.0.27-1.el8.x86_64After decompressing
mysql-community-client-8.0.27-1.el8.x86_64.rpm
mysql-community-client-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-client-plugins-8.0.27-1.el8.x86_64.rpm
mysql-community-client-plugins-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-common-8.0.27-1.el8.x86_64.rpm
mysql-community-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-debugsource-8.0.27-1.el8.x86_64.rpm
mysql-community-devel-8.0.27-1.el8.x86_64.rpm
mysql-community-libs-8.0.27-1.el8.x86_64.rpm
mysql-community-libs-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-server-8.0.27-1.el8.x86_64.rpm
mysql-community-server-debug-8.0.27-1.el8.x86_64.rpm
mysql-community-server-debug-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-server-debuginfo-8.0.27-1.el8.x86_64.rpm
mysql-community-test-8.0.27-1.el8.x86_64.rpm
mysql-community-test-debuginfo-8.0.27-1.el8.x86_64.rpm3.1 install
Install the following four rmp
rpm -ivh mysql-community-common-8.0.27-1.el8.x86_64.rpm --nodeps --force
rpm -ivh mysql-community-libs-8.0.27-1.el8.x86_64.rpm --nodeps --force
rpm -ivh mysql-community-client-8.0.27-1.el8.x86_64.rpm --nodeps --force
rpm -ivh mysql-community-server-8.0.27-1.el8.x86_64.rpm --nodeps --force
Check the installed software
[[email protected] mysql]# rpm -qa | grep mysql
mysql-community-client-8.0.27-1.el8.x86_64
mysql-community-common-8.0.27-1.el8.x86_64
mysql-community-libs-8.0.27-1.el8.x86_64
mysql-community-server-8.0.27-1.el8.x86_64Perfect settings
// Created date file
[[email protected] mysql]# mysqld --initialize;
[[email protected] mysql]# chown mysql:mysql /var/lib/mysql -R;
// Start the service
[[email protected] mysql]# systemctl start mysqld.service;
// adopt systemctl management mysqld service
[[email protected] mysql]# systemctl enable mysqld;Pick up centos8 install ( Next )
边栏推荐
- ctfshow web3
- 千万别把MES只当做工具,不然会错过最重要的东西
- What is the difference between ERP production management and MES management system?
- (P13)final关键字的使用
- Arrays in JS
- Asp Net project add log function
- ctfshow web4
- Website colab and kaggle
- MES helps enterprises to transform intelligently and improve the transparency of enterprise production
- Where does the driving force of MES system come from? What problems should be paid attention to in model selection?
猜你喜欢

报错:清除网站内搜索框中的历史记录?

如何理解APS系统的生产排程?

Model Trick | CVPR 2022 Oral - Stochastic Backpropagation A Memory Efficient Strategy

The electrical fire detector monitors each power circuit in real time

Installation series of ROS system (II): ROS rosdep init/update error reporting solution

The Three Kingdoms kill the surrounding areas -------- explanation of the pig Kingdom kill problem

(P17-P18)通过using定义基础类型和函数指针别名,使用using和typedef给模板定义别名

Hands on deep learning 18 -- model selection + over fitting and under fitting and code implementation

Convolutional neural network CNN based cat dog battle picture classification (tf2.1 py3.6)

In the era of intelligent manufacturing, how do enterprises carry out digital transformation
随机推荐
The Three Kingdoms kill the surrounding areas -------- explanation of the pig Kingdom kill problem
对企业来讲,MES设备管理究竟有何妙处?
Map the world according to the data of each country (take the global epidemic as an example)
Never use MES as a tool, or you will miss the most important thing
Hands on deep learning -- implementation of multi-layer perceptron from scratch and its concise implementation
What should be paid attention to when establishing MES system? What benefits can it bring to the enterprise?
Vscode download slow solution
Configuration and principle of MSTP
Hands on deep learning 18 -- model selection + over fitting and under fitting and code implementation
What exactly is APS? You will know after reading the article
企业上线MES软件的费用真的很贵?
MES系统是什么?MES系统的操作流程是怎样?
C语言printf输出整型格式符简单总结
报错:文件夹在另一个程序中打开无法删除怎么办
Regular expressions in JS
Beidou satellite navigation system foundation part 1
Hands on deep learning -- Introduction to linear regression model
The era of post MES system has come gradually
牛客网的项目梳理
Ankerui motor protector has the functions of overload inverse time limit, overload definite time limit, grounding, starting timeout, leakage, underload, phase failure, locked rotor, etc