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!
>

Reply via email to