|
@@ -25,7 +25,6 @@ class MysqlUtils(object):
|
|
|
|
|
|
config = dict(
|
|
config = dict(
|
|
host=ConfConstant.TIDB_PRO_HOST,
|
|
host=ConfConstant.TIDB_PRO_HOST,
|
|
- db=ConfConstant.TIDB_PRO_DB,
|
|
|
|
user=ConfConstant.TIDB_PRO_USER,
|
|
user=ConfConstant.TIDB_PRO_USER,
|
|
password=ConfConstant.TIDB_PRO_PASSWORD,
|
|
password=ConfConstant.TIDB_PRO_PASSWORD,
|
|
port=ConfConstant.TIDB_PRO_PORT,
|
|
port=ConfConstant.TIDB_PRO_PORT,
|