tags:

views:

18

answers:

1

how stop and restart memcached server 1.4.5 in linux OS from commmand line.

A: 

Tray as root something like this:

/etc/init.d/memcached restart
pejuko
it did not work- is there a need to creare script to stop and start as service?
smriti
well, it realy depends on your linux distribution and how you did install memcache. If you hav installed package of your distribution there should be memcached start/stop script (maybe it is in different directory like /etc/rc.d) If you installed memcached manualy you probably need also create star/stop script by yourself.
pejuko