2022/12/05 15:09:42.841 [I] [server.go:281] http server Running on http://:21114
2022/12/05 15:37:39.942 [D] [router.go:1276] | 192.168.1.101|[97;42m 200 [0m| 57.532µs| nomatch|[90;47m OPTIONS [0m /api/login
log文件夹里的日志如上;手机浏览器开http://域名:21114能访问,但API填写那一加http://就报错可能是APP本身设计有问题吧。
以下为MYsql日志:
2022-12-05T06:06:16.857830Z 20 [Note] Access denied for user 'root'@'localhost' (using password: YES)
2022-12-05T06:42:27.678842Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4644ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
2022-12-05T06:42:57.389124Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5696ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
2022-12-05T07:06:28.454852Z 21 [Note] Access denied for user 'root'@'localhost' (using password: YES)
2022-12-05T13:11:35.710397Z 22 [Note] Aborted connection 22 to db: 'rustdesk' user: 'rustdesk' host: 'localhost' (Got an error reading communication packets)
大佬,2022/12/05 15:09:42.841 [I] [server.go:281] http server Running on http://:21114
,这意思是成功了吧?感谢!
_____________________________________________________
新问题1、,鸿蒙3.0,API填写的是没加http://的网址+端口21114,然后输入账号密码出现Failed to access,PC端设置正常http://网址+端口可以正常登录;
2、网页远程登录是用web.rustdesk.com设置登录还是有自己搭建的地址?,用官方的话会提示客户端ID不能为空。
3、WIN客户端登录后,添加标签,改名后,退出登录,再重新登录,原保存的标签都丢失了。