当前位置:网站首页>Installing mysql8 under centos8
Installing mysql8 under centos8
2022-06-25 20:46:00 【Nishino_ shou】
CentOS8 Lower installation mysql8
install Yum Repository
[[email protected] ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm
Use rpm To install MySQL
[[email protected] ~]# rpm -ivh mysql80-community-release-el8-1.noarch.rpm
Use yum install mysql service
Check if it has been set to boot MySQL service
[[email protected] ~]# systemctl list-unit-files|grep mysqld
mysqld.service disabled
[email protected] disabled
[[email protected] ~]# systemctl enable mysqld.service # Set boot up
Created symlink /etc/systemd/system/multi-user.target.wants/mysqld.service → /usr/lib/systemd/system/mysqld.service.
[[email protected] ~]# systemctl list-unit-files|grep mysqld
mysqld.service enabled
[email protected] disabled
[[email protected] ~]# ps -ef|grep mysql # See if it starts MySQL service
root 4311 32702 0 21:07 pts/4 00:00:00 grep --color=auto mysql
[[email protected] ~]# systemctl start mysqld.service # Start the service
# yum install mysql-server
--------------------------------------------------
The article comes from https://www.cnblogs.com/ttrrpp/p/12173562.html
边栏推荐
- 8 minutes to understand the wal mechanism of tdengine
- Leaflet modify popup style
- Leetcode daily [2022 - 02 - 17]
- TypeError: __ init__ () takes 1 positional argument but 5 were given
- 8. iterators and generators
- Instant aesthetics of the Centennial Olympic Games: beauty in the air, condensed in minutes and seconds - Alibaba cloud video cloud AI editorial department "cloud smart scissors"
- Talking about the foundation of function test today
- hashlib. Md5() function to filter out duplicate system files and remove them
- The latest promo! 1 minute to understand the charm of the next generation data platform
- How does zhiting home cloud and home assistant access homekit respectively? What is the difference between them?
猜你喜欢
Several ways to obtain domain administrator privileges
Feature Engineering in simple terms – a practice guide based on openmldb (Part 1)
Interviewer: why does TCP shake hands three times and break up four times? Most people can't answer!
[deep learning series] - visual interpretation of neural network
Tencent music knowledge map search practice
Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing
Understanding C language structure pointer
Interface automation -md5 password encryption
Barrier of cursor application scenario
PIP command -fatal error in launcher: unable to create process using How to resolve the error after migrating the virtual environment?
随机推荐
Jmeter+grafana+influxdb build visual performance test monitoring platform (full)
Modifying routes without refreshing the interface
Day 28/100 CI CD basic introductory concepts
Talking about the foundation of function test today
Literals and type conversions of basic data types
NMS reduction box
Usage Summary of str.format() function [not 'str****{}'.Format()]
Yunzhisheng atlas supercomputing platform: computing acceleration practice based on fluid + alluxio (Part 2)
How does zhiting home cloud and home assistant access homekit respectively? What is the difference between them?
Sonar series: continuous scanning through Jenkins integrated sonarqube (IV)
DICOM to NII
Leetcode daily question - 27 Remove element (simple)
After 20 days' interview, I finally joined Ali (share the interview process)
Share several Threat Intelligence platforms
Yolov4 improved version comes out! Yolov4 extended edition! Yolov4 launched scaled-yolov4: scaling cross stage partial network
node. JS express connect mysql write webapi Foundation
Reasons for network timeout app flash back
2020-11-14-Alexnet
Online yaml to XML tool
Several ways to obtain domain administrator privileges