From c5b19d73c6ab65560e270110c631a2d14827eb7b Mon Sep 17 00:00:00 2001 From: witersen <1801168257@qq.com> Date: Sun, 19 Jun 2022 17:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E6=89=BE=E5=9B=9E=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f45792..6d6605e 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,29 @@ php server/install.php - 与LDAP的对接将会等待一段时间,因为还需要时间使当前版本更稳定 -### 9、本软件的工作模式 +### 9、如何找回密码 + +- 使用默认的SQLite数据库 +``` +#使用sqlite数据库 + +yum install -y sqlite-devel + +cd /home/svnadmin + +sqlite3 svnadmin.db + +.header on + +.mode column + +select * from admin_users; +``` + +- 使用MySQL数据库 + - 使用可视化工具登录到数据库查看 admin_users 数据表信息即可 + +### 10、本软件的工作模式 - 通过使 svnadmind.php 成为守护进程并监听指定端口来工作 - php-fpm与php-cli程序的使用TCP套接字通信