更新文档链接
This commit is contained in:
@@ -49,6 +49,21 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'DevOps',
|
||||
collapsed: true,
|
||||
link: '/dev-ops/',
|
||||
items: [
|
||||
{text: 'OS', link: '/dev-ops/os/linux'},
|
||||
{text: '数据库', link: '/dev-ops/database/',
|
||||
items: [
|
||||
{text: 'PostgreSQL', link: '/dev-ops/database/postgresql.md'},
|
||||
{text: 'MariaDB/MySQL', link: '/dev-ops/database/mariadb.md'},
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '面试和职场',
|
||||
collapsed: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
- [MariaDB/MySQL](/devops/database/mariadb.md)
|
||||
- [PostgreSQL](/devops/database/postgresql.md)
|
||||
@@ -1,11 +0,0 @@
|
||||
# MariaDB 数据库安装和使用问题
|
||||
|
||||
最近在对公司的 Linux 服务器进行一些初始化的安装和配置工作。对一个新的机器可能遇到的问题还比较多,先记录下来供以后参考。
|
||||
|
||||
| 配置内容 | 链接 | 备注 |
|
||||
|--------------------|-----------------------------------------------------------|-----------------------------------------|
|
||||
| Ubuntu 安装 MariaDB | https://www.isharkfly.com/t/ubuntu-raspbian-mariadb/15339 | Ubuntu 安装 MariaDB 的方法和步骤 |
|
||||
| MariaDB 数据库远程连接被拒绝 | https://www.isharkfly.com/t/mysql-error-2003-hy000/7744 | 问题多出现在 MariaDB starting with 10.11 版本以后 |
|
||||
| MariaDB 数据库完整备份和恢复 | https://www.isharkfly.com/t/mysql-mariadb-gzip/7764 | 完整的对 MariaDB 数据库进行备份和恢复 |
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# PostgreSQL 数据库安装和使用问题
|
||||
|
||||
最近在对公司的 Linux 服务器进行一些初始化的安装和配置工作。对一个新的机器可能遇到的问题还比较多,先记录下来供以后参考。
|
||||
|
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ hero:
|
||||
link: /product
|
||||
- theme: alt
|
||||
text: DevOps
|
||||
link: /product
|
||||
link: /dev-ops/
|
||||
- theme: alt
|
||||
text: 职场和面试
|
||||
link: /product
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user