Pyspider starts the error report with the config file

config file clipboard.png
{
"taskdb": "mysql+taskdb://pyspider:root@47.94.212.235:3306/taskdb",
"projectdb": "mysql+projectdb://pyspider:root@47.94.212.235:3306/projectdb",
"resultdb": "mysql+resultdb://pyspider:root@47.94.212.235:3306/resultdb"
}
1:
[W 180821 13:16:57 index:108] connect to scheduler rpc error: error(111, "Connection refused")
clipboard.png
how to solve it?

Apr.21,2021

take a look at how your scheduler starts.

Menu