NitWikit/docs/扩展阅读/数据库相关.md

27 lines
738 B
Markdown
Raw Normal View History

2024-04-27 02:55:05 +08:00
---
sidebar_position: 5
---
# 数据库相关
## MySQL/MariaDB
MariaDB是著名的MySQL分叉,只是服务器腐竹的话,你只需要知道这两个东西差不多就好了
:::info
当 MariaDB Server 的前身 MySQL 于 2009 年被 Oracle 收购时MySQL 创始人 Michael “Monty” Widenius 出于对 Oracle 管理权的担忧而分叉了该项目,并将新项目命名为 MariaDB。
> 来自 https://mariadb.org/zh/
:::
### 安装?
2024-04-27 02:59:07 +08:00
windows我能想到的最简单的就是 [小皮数据库](https://www.xp.cn/download.html)了
2024-04-27 02:55:05 +08:00
[小皮数据库怎么使用](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了...自己研究吧