当前位置:网站首页>Install MySQL for Ubuntu 20.04
Install MySQL for Ubuntu 20.04
2022-07-06 10:56:00 【hyh123a】
Preface
Uninstalled and reinstalled
Environmental Science
Ubuntu 20.04
Installed version : mysql Ver 8.0.26-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu))
Reference resources
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04
install
sudo apt update
sudo apt install mysql-server
sudo mysql_secure_installation
Press y|Y for Yes, any other key for No: Y
There are three levels of password validation policy:
LOW Length >= 8
MEDIUM Length >= 8, numeric, mixed case, and special characters
STRONG Length >= 8, numeric, mixed case, special characters and dictionary file
Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 2
Estimated strength of the password: 100
Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : Y
Enter
test
sudo mysql
other
If there is any omission, please add
If you have any questions, please leave a message
If it works, please like it
2021 year 8 Monthly test installation succeeded
边栏推荐
- MySQL22-逻辑架构
- La table d'exportation Navicat génère un fichier PDM
- API learning of OpenGL (2001) gltexgen
- CSDN markdown editor
- MySQL other hosts cannot connect to the local database
- MySQL 29 other database tuning strategies
- Discriminant model: a discriminant model creation framework log linear model
- Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
- A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
- 【博主推荐】SSM框架的后台管理系统(附源码)
猜你喜欢

C language advanced pointer Full Version (array pointer, pointer array discrimination, function pointer)

Mysql32 lock

MySQL36-数据库备份与恢复

Navicat 导出表生成PDM文件

Pytoch LSTM implementation process (visual version)

Win10: how to modify the priority of dual network cards?

CSDN Q & a tag skill tree (V) -- cloud native skill tree

Mysql36 database backup and recovery

Mysql24 index data structure

Generate PDM file from Navicat export table
随机推荐
CSDN问答模块标题推荐任务(一) —— 基本框架的搭建
Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
C language string function summary
[programmers' English growth path] English learning serial one (verb general tense)
La table d'exportation Navicat génère un fichier PDM
Transactions have four characteristics?
Swagger、Yapi接口管理服务_SE
第一篇博客
Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
Mysql27 index optimization and query optimization
Pytoch LSTM implementation process (visual version)
NPM an error NPM err code enoent NPM err syscall open
February 13, 2022-3-middle order traversal of binary tree
Installation and use of MySQL under MySQL 19 Linux
API learning of OpenGL (2002) smooth flat of glsl
npm一个错误 npm ERR code ENOENT npm ERR syscall open
Moteur de stockage mysql23
Win10: how to modify the priority of dual network cards?
Breadth first search rotten orange
windows下同时安装mysql5.5和mysql8.0