conceptshasem.blogg.se

Install memcached xampp
Install memcached xampp












install memcached xampp
  1. #Install memcached xampp install#
  2. #Install memcached xampp windows#

Add following line: Alias /phpmemcachedadmin "/opt/lampp/phpmemcachedadmin"īelow Alias /phpmyadmin "/opt/lampp/phpmyadmin"Īlias /phpsqliteadmin "/opt/lampp/phpsqliteadmin"Ģ. Open the following file (change path accordingly): sudo gedit /opt/lampp/etc/extra/nfġ. Now you will need to make certain changes and then you can access phpMemcachedAdmin via:

#Install memcached xampp install#

Run a command prompt with elevated privileges, and type: c:memcachedmemcached.exe -d install Replace c:memcachedmemcached.exe with the actual path of your installation. In versions earlier than 1.4.5, memcached can install itself as a service.

#Install memcached xampp windows#

$ sudo mv $HOME/phpmemcachedadmin $LAMPP_DIR/ Extract the memcached windows binary to any directory. PhpMemcachedAdmin is a tool which makes life easier when Administering memcached. Topic three: Installing phpMemcachedAdmin & configuring it in xampp Also, you can view memcached in phpinfo as shown in below image. ‘extensions_dir’ path can be seen in phpinfo itself. If the above link does not work you can downlaod the memcached package from here.Īfter installation memcached.so file will be created in ‘extensions_dir’. Once the libmemcached is installed we can proceed to install memcached, use the following commands: If the above link does not work you can downlaod the libmemcached from here. If you are planning to install Memcached library instead of memcache then you will need to take some pain in installing this library as the simple solution which is to use the following command does not work: $ apt-get install memcached php5-memcachedįirstly, we will need to install ‘libmemcached’. You can view your “phpinfo” to check if the memcache is correctly installed. To install memcache use the below command: $ apt-get install memcached php5-memcache There are particularly two libraries available for working with memcache in PHP, they are: Topic Two: Memcache/Memcached pecl extensions You can check if the memcached service is up and running by typing: $ ps aux | grep "memcached" Once the memcached server is installed we need to start the memcached service, for this use the following command: $ sudo service memcached start To start working with Memcache caching engine, firstly we need to install memcached server.įor this use the following command: $ apt-get install memcached Installing phpMemcachedAdmin & configuring it in xampp

install memcached xampp

Installing Memcache/Memcached pecl extensions for PHPģ.














Install memcached xampp