How do I change/reset the password in a Membase (formerly known as NorthScale) memcached instance?
Asked
Active
Viewed 1,474 times
1 Answers
2
Found it:
curl -u Administrator:currentPassword -i -d port=8091 -d secureServer= -d username=Administrator -d password=newPassword http://localhost:8091/settings/web

Mauricio Scheffer
- 831
- 2
- 10
- 23