提交开源版本

This commit is contained in:
2025-08-16 14:25:11 +08:00
parent 5255e39e91
commit 68fc9a960d
307 changed files with 38816 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
CREATE USER IF NOT EXISTS 'root'@'%' IDENTIFIED BY 'GUYJ45G3KU45HG3K245JH2G52UJ3Y45G2U34Y2IK';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;