Files
nexus/wiki/sources/MySQL-MariaDB数据库信息.md

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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
- 无明显冲突