Memcache error on windows 10

1.1k views Asked by At

I use xampp and windows 10 64bit and my php version is 7.1.4, I downloaded memcached-win64-1.4.4-14 and put it in C drive: C:\memcached.
When i run this command:

c:\memcached\memcached.exe -d install

I receive this error:

failed to install service or service already installed

and:

c:\memcached\memcached.exe -d start

I receive this error:

failed to start service

Please tell me where the problem is? thanks.

2

There are 2 answers

0
MHF On BEST ANSWER

Eventually the issue was solved! i should copy the memcahced folder in the xampp folder and then execute the previous commands.
It's over, hope to be useful to others.
Thank you Bagus Tesa

0
MocXi On

I my case, I should open the cmd "Run as administrator" in order to run those commands.