This commit is contained in:
lwl0608 2024-07-22 11:54:48 +08:00
parent 1364b76299
commit 612d2b7a02
6 changed files with 3453 additions and 5 deletions

3448
bi/bi.sql Normal file

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ class S:
collection="account"
)
self.mysql_db_bi = Mysql(
"127.0.0.1", 3306, "metabase_bi", "metabase_bi", "Wishpal_2024"
"172.31.37.71", 3306, "bi", "root", "Wishpal@2023"
)
def __del__(self):

View File

@ -30,7 +30,7 @@ class S:
"rm-bp11t1616a1kjvmx5.mysql.rds.aliyuncs.com", 3306, "vas", "root", "Wishpal2024"
)
self.mysql_db_bi = Mysql(
"127.0.0.1", 3306, "metabase_bi", "metabase_bi", "Wishpal_2024"
"172.31.37.71", 3306, "bi", "root", "Wishpal@2023"
)
def __del__(self):

View File

@ -36,7 +36,7 @@ class S:
"rm-bp11t1616a1kjvmx5.mysql.rds.aliyuncs.com", 3306, "vas", "root", "Wishpal2024"
)
self.mysql_db_bi = Mysql(
"127.0.0.1", 3306, "metabase_bi", "metabase_bi", "Wishpal_2024"
"172.31.37.71", 3306, "bi", "root", "Wishpal@2023"
)
def __del__(self):

View File

@ -12,7 +12,7 @@ class S:
"rm-bp11t1616a1kjvmx5.mysql.rds.aliyuncs.com", 3306, "vas", "root", "Wishpal2024"
)
self.mysql_db_bi = Mysql(
"127.0.0.1", 3306, "metabase_bi", "metabase_bi", "Wishpal_2024"
"172.31.37.71", 3306, "bi", "root", "Wishpal@2023"
)
def __del__(self):

View File

@ -12,7 +12,7 @@ class S:
"rm-bp11t1616a1kjvmx5.mysql.rds.aliyuncs.com", 3306, "vas", "root", "Wishpal2024"
)
self.mysql_db_bi = Mysql(
"127.0.0.1", 3306, "metabase_bi", "metabase_bi", "Wishpal_2024"
"172.31.37.71", 3306, "bi", "root", "Wishpal@2023"
)
def __del__(self):