skip to Main Content

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:memcachedmemcached.exe -d install

I receive this error:

failed to install service or service already installed

and:

c:memcachedmemcached.exe -d start

I receive this error:

failed to start service

Please tell me where the problem is? thanks.

2

Answers


  1. Chosen as 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


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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search