mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-11 11:53:55 +00:00
feat: Knowledge QA support SQLite
This commit is contained in:
3
docker/examples/sqls/user_config_mysql.sql
Normal file
3
docker/examples/sqls/user_config_mysql.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE mysql;
|
||||
UPDATE user SET Host='%' WHERE User='root';
|
||||
FLUSH PRIVILEGES;
|
Reference in New Issue
Block a user