完成在linux系统正常启动开发服务器

This commit is contained in:
2025-08-20 00:52:43 +08:00
parent be4deb9eaf
commit 5de0e7c9c2
1037 changed files with 14 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ def index():
host='localhost',
user='root',
password='123456',
database='food_db',
database='pro_db',
charset='utf8mb4'
)
cursor = conn.cursor()