|
test_db_con_str = "mysql+pymysql://%s:%s@%s:%d/%s" % ("hcst", parse.quote_plus("hcst@2020"), "139.186.165.84", 3306, "db_ai_word")
|
|
test_db_con_str = "mysql+pymysql://%s:%s@%s:%d/%s" % ("hcst", parse.quote_plus("hcst@2020"), "139.186.165.84", 3306, "db_ai_word")
|
|
test_engine = create_engine(test_db_con_str, connect_args={'charset': 'utf8'})
|
|
test_engine = create_engine(test_db_con_str, connect_args={'charset': 'utf8'})
|