PPQiao

Results 5 comments of PPQiao

![image](https://user-images.githubusercontent.com/36836033/217995147-793d80c8-3578-473a-827a-44e42ead58c0.png)

![image](https://user-images.githubusercontent.com/36836033/217997101-9ed61907-d58b-4195-b3af-cee51cb3e511.png)

好像是提示说少了http:// 我加上了,现在报400: ![image](https://user-images.githubusercontent.com/36836033/218909941-c49f4305-5b1e-409b-99bb-a24ca834b2e9.png) ![image](https://user-images.githubusercontent.com/36836033/218910044-5c166b46-5c7d-4b0c-bcb0-087ccee4704f.png)

> 在终端执行 `curl -L -H "Authorization: Basic cm9vdDp0YW9zZGF0YQ==" -d "show databases" 10.168.205.81:6041/rest/sql` 试一下,看看 taosadapter 是否正常工作 ``` [pmish@localhost connector]$ curl -L -H "Authorization: Basic cm9vdDp0YW9zZGF0YQ==" -d "show databases" 10.168.205.81:6041/rest/sql {"status":"succ","head":["name","created_time","ntables","vgroups","replica","quorum","days","keep","cache(MB)","blocks","minrows","maxrows","wallevel","fsync","comp","cachelast","precision","update","status"],"column_meta":[["name",8,32],["created_time",9,8],["ntables",4,4],["vgroups",4,4],["replica",3,2],["quorum",3,2],["days",3,2],["keep",8,24],["cache(MB)",4,4],["blocks",4,4],["minrows",4,4],["maxrows",4,4],["wallevel",2,1],["fsync",4,4],["comp",2,1],["cachelast",2,1],["precision",8,3],["update",2,1],["status",8,10]],"data":[["log","2023-01-10 15:16:10.841",4,1,1,1,10,"30",1,3,100,4096,1,3000,2,0,"us",0,"ready"],["power","2023-03-23...