hey, got the answer for this one thanks to this http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/
On Sep 2, 2:20 pm, yuliuxuanke <[email protected]> wrote: > C:\Documents and Settings\Administrator>cd c:\\memcached > > C:\memcached>memcached -d install > > C:\memcached>memcached -d start > > but your settings will not work > > "memcached -d -m 2048 -l 10.0.0.40 -p 11211" > > because the code in memcached is: > > "sprintf(launch_cmd, "\"%s\" -d runservice", exe_path);" > > wrote to be not changed > 2009/9/2 Jim Barcelona <[email protected]> > > > > > Hi, phpinfo() only shows whether or not memcache, the client, is > > installed and not memcached. > > > If memcached is installed on your computer, then the command you cited > > should work on the dos prompt. > > > On Tue, Sep 1, 2009 at 7:48 PM, mel_06<[email protected]> wrote: > > > > hi guys, > > > > i'm just new to memcached... i've install memcached and displays on my > > > phpinfo(), > > > > but i don't know how to start up memcached daemon, specifically where > > > to run this code #./memcached -d -m 2048 -l 10.0.0.40 -p 11211? > > > > i'm using windows by the way... > > > > thanks guys!
