auto create database

This commit is contained in:
yanghao05
2023-01-30 18:25:03 +08:00
parent 7c1aa71b8e
commit 2553252049
2 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ Driver = "mysql"
[Database.MySQL]
Host = "localhost"
Port = 3306
Database = "demos"
Database = "demos11"
Username = "root"
Password = "root"
Prefix=""