forked from mirror/NitWikit
数据库先写一点
This commit is contained in:
parent
ee6a9b12d7
commit
fc134e78f2
27
docs/扩展阅读/数据库相关.md
Normal file
27
docs/扩展阅读/数据库相关.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# 数据库相关
|
||||
|
||||
## MySQL/MariaDB
|
||||
|
||||
MariaDB是著名的MySQL分叉,只是服务器腐竹的话,你只需要知道这两个东西差不多就好了
|
||||
|
||||
:::info
|
||||
|
||||
当 MariaDB Server 的前身 MySQL 于 2009 年被 Oracle 收购时,MySQL 创始人 Michael “Monty” Widenius 出于对 Oracle 管理权的担忧而分叉了该项目,并将新项目命名为 MariaDB。
|
||||
|
||||
> 来自 https://mariadb.org/zh/
|
||||
|
||||
:::
|
||||
|
||||
### 安装?
|
||||
|
||||
windows我能想到的最简单的就是 [小皮数据库了](https://www.xp.cn/download.html)
|
||||
|
||||
[小皮数据库怎么使用](https://cn.bing.com/search?q=%E5%B0%8F%E7%9A%AE%E6%95%B0%E6%8D%AE%E5%BA%93%E6%80%8E%E4%B9%88%E4%BD%BF%E7%94%A8)
|
||||
|
||||
## Linux?
|
||||
|
||||
你都会用Linux了...自己研究吧
|
Loading…
Reference in New Issue
Block a user