feat: Knowledge QA support SQLite

This commit is contained in:
FangYin Cheng
2023-08-11 18:23:57 +08:00
parent 0859f36a89
commit 8cea0b9a9f
25 changed files with 318 additions and 55 deletions

View File

@@ -0,0 +1,3 @@
USE mysql;
UPDATE user SET Host='%' WHERE User='root';
FLUSH PRIVILEGES;