This commit is contained in:
27942
2025-12-30 15:04:35 +08:00
parent 004a48d990
commit 6d8d3cc33d
6630 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ pymysql.install_as_MySQLdb()
db_config = {
'database': 'lm',
'user': 'lm',
'password': 'phzEDrRDEeNZ7yFX',
'password': 'HhyAsGbrrbsJfpyy',
'host': '192.168.1.79',
'port': 3306
}