Files
nexus/wiki/entities/MariaDB.md

32 lines
962 B
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: MariaDB
type: entity
tags: [database, mysql, synology, nas, mariadb]
---
## Overview
MariaDB 是 MySQL 的开源分支Synology NAS Docker 部署的版本为 10.11.6提供内网3307端口和公网mysql.ishenwei.online:63307访问能力。
## Aliases
- MariaDB
- MySQL兼容
- MariaDB 10.11
## Key Characteristics
- 版本10.11.6
- 内网端口3307
- 公网端口63307
- 登录方式socket 本地登录(/run/mysqld/mysqld10.sock
- 远程用户shenwei@'%'(密码 !Abcde12345
## 权限管理要点
- 默认只有 root@localhost,不允许远程登录
- 创建远程用户需执行CREATE USER → GRANT ALL PRIVILEGES → FLUSH PRIVILEGES
- % host 表示任意 IP 授权
## Connections
- [[MySQL MariaDB 数据库详细信息]] — 详细配置指南
- [[Synology NAS]] — 硬件平台192.168.3.17
- [[Docker]] — 容器化平台
- [[Cloudflare]] — 公网域名 mysql.ishenwei.online DNS