feat(wiki): complete final batch 86 remaining raw files ingestion
This commit is contained in:
36
wiki/sources/MySQL-MariaDB数据库信息.md
Normal file
36
wiki/sources/MySQL-MariaDB数据库信息.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "MySQL MariaDB数据库详细信息"
|
||||
type: source
|
||||
tags: [mysql, mariadb, nas, database]
|
||||
date: 2025-03-06
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/MySQL MariaDB 数据库详细信息.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:NAS上MySQL/MariaDB数据库的连接信息和管理
|
||||
- 问题域:内网和外网如何安全连接NAS上的MySQL数据库
|
||||
- 方法/机制:内网直连3307端口;外网通过frp映射到mysql.ishenwei.online:63307
|
||||
- 结论/价值:数据库内外网访问分离,安全性与便利性平衡
|
||||
|
||||
## Key Claims
|
||||
- 内网访问:192.168.3.17:3307,用户名shenwei/root,密码!Abcde12345
|
||||
- 外网访问:mysql.ishenwei.online:63307,同账号密码
|
||||
- 同一数据库服务同时监听本地和远程端口
|
||||
|
||||
## Key Concepts
|
||||
- [[MySQL]]:关系型数据库
|
||||
- [[MariaDB]]:MySQL兼容的分支数据库
|
||||
- [[数据库端口映射]]:通过frp实现外网访问内网数据库
|
||||
|
||||
## Key Entities
|
||||
- [[NAS]]:192.168.3.17,运行MySQL/MariaDB
|
||||
- [[MySQL]]:数据库服务
|
||||
|
||||
## Connections
|
||||
- [[MySQL]] ← 运行在 ← NAS
|
||||
- [[数据库端口映射]] ← 访问方式 ← 外网访问
|
||||
|
||||
## Contradictions
|
||||
- 无明显冲突
|
||||
Reference in New Issue
Block a user