After update Mysql 5.5 to 5.6 on debian I want start using memchached. In /usr/lib/mysql/plugin/ i do not see libmemcached.so plugin. How i can install this plugin and use?
Asked
Active
Viewed 268 times
2 Answers
0
I suggest you to install/update mysql server using the official repository. This way you will have some tools and plugins (such libmemcached.so) installed. I've done it already doing these simple steps:
- Download and install the repo: http://dev.mysql.com/downloads/repo/apt/
- Switch from debian to official repository and install mysql server 5.6: http://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#repo-qg-apt-replacing
- You should now have available the libmemcache.so file within the plugins folder and should be able to proceed with the installation of the plugin.

andresigualada
- 131
- 5