From 2eafdc07deedb0683ca2e00eb9f2813ba3d4a0e8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 14 Jun 2023 14:34:53 +0800 Subject: [PATCH] 1 --- server/bin_dev/web3service/config/blockchaindb_mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bin_dev/web3service/config/blockchaindb_mysql.json b/server/bin_dev/web3service/config/blockchaindb_mysql.json index 3d5b938..7f7b61f 100644 --- a/server/bin_dev/web3service/config/blockchaindb_mysql.json +++ b/server/bin_dev/web3service/config/blockchaindb_mysql.json @@ -3,5 +3,5 @@ "port": 3306, "user": "root", "passwd": "keji178", - "database": "blockchaindb2006_dev" + "database": "blockchaindb_dev" }