Merge pull request #30487 from wxy/20220901-Are-You-Familiar-with-These-Popular-Open-Source-Databases-

R:published/20220901 Are You Familiar with These Popular  Open Source Databases-.md
This commit is contained in:
Xingyu.Wang 2023-11-20 07:53:49 +08:00 committed by GitHub
commit f68f610020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,8 +58,8 @@ MariaDB 是一款由 MySQL 的开发人员开发的开源关系型数据库,
```
$sudo apt update
$sudo apt install mysql-server
$sudo systemctl start mysql.service
$sudo apt install mariadb-server
$sudo systemctl start mariadb.service
```
### RethinkDB
@ -180,7 +180,7 @@ $sudo systemctl start cassandra
```
$sudo apt-get update
$sudo apt apt install postgresql postgresql-contrib
$sudo apt-get install postgresql postgresql-contrib
```
### CockroachDB