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

1.1 KiB
Raw Blame History

title, type, tags, date
title type tags date
MySQL MariaDB数据库详细信息 source
mysql
mariadb
nas
database
2025-03-06

Source File

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

Key Entities

  • NAS192.168.3.17运行MySQL/MariaDB
  • MySQL:数据库服务

Connections

Contradictions

  • 无明显冲突