How to create username and password in the localhost connect with the memcached in laravel?
Asked
Active
Viewed 1,134 times
0
-
What is default username and password ? – Jitendra Prajapati May 25 '17 at 07:22
-
You can use `MEMCACHED_USERNAME` and `MEMCACHED_PASSWORD` in your .env file to define memcache username password – Nikhil Radadiya May 25 '17 at 07:30
-
in Laravel 5.4 Don't work Memcached because apache server saved memcache and laravel configuration is memcached so how to solve this Error.any one can know then help me please. – Jitendra Prajapati May 25 '17 at 08:14
-
what error are you getting? – Nikhil Radadiya May 25 '17 at 08:16
-
FatalThrowableError in MemcachedConnector.php line 72: Class 'Memcached' not found – Jitendra Prajapati May 25 '17 at 09:17
-
check this https://stackoverflow.com/questions/27991908/php-5-4-laravel-class-memcached-not-found – Nikhil Radadiya May 25 '17 at 09:24
-
but i used windows7 so how to install Libmemcached.or which place to copy hat library files. – Jitendra Prajapati May 25 '17 at 09:33
-
Try this http://www.ubergizmo.com/how-to/install-memcached-windows/ – Nikhil Radadiya May 25 '17 at 09:47
-
Thank u - Nikhil Radadiya. – Jitendra Prajapati May 25 '17 at 11:30
-
does it worked? – Nikhil Radadiya May 25 '17 at 12:09
-
No.but thank you for try to solve my question. – Jitendra Prajapati May 25 '17 at 16:01