Run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use

Hi, Thanks lot.

I tried, the problem not solved yet.

The influxdb configuration
#Bind address to use for the RPC service for backup and restore.

bind-address = “127.0.0.1:8088”

$ netstat -aln | grep 8086
… No output

$ netstat -aln | grep 8088
tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN

Any possible to way to solve this issue.