how can i use aiomysql connect to mysql cluster
未關閉
question
- 主要語言
- Python
- 星號
- 1.9k
- 分支
- 272
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```py3
db.client = await aiomysql.create_pool(host=str(host), port=int(port),
user=str(user), password=str(passwd),
db=str(mysql_db), loop=None, autocommit=False)
```
can i set host to a str ,such as "ip1,ip2"?
貢獻指南
評估
這個 Issue 還沒有評估資料。