-1

When binding to Memgraph I get the error Cannot bind to socket on endpoint {}. How can I avoid this error?

Taja Jan
  • 942
  • 1
  • 1
  • 11

1 Answers1

0

Make sure that the specified port (the default port Memgraph runs on is 7687) isn't being used by another process or that you haven't already started another Memgraph instance on the same port.

Taja Jan
  • 942
  • 1
  • 1
  • 11