A
A
Alexander Savenko2014-04-21 22:45:57
MySQL
Alexander Savenko, 2014-04-21 22:45:57

MySql 5.6 missing libmemcached.so plugin - how to install?

Hello!
Updated Mysql from 5.5 to 5.6 in Debian. The documentation says that in this version work with memcached is organized through plugins, but the libmemcached.so plugin is missing in the /usr/lib/mysql/plugin/ folder.
How to install and start using it? And another question, how to close access from outside to memcached (like how you can substitute the port number for the domain and see memcached statistics)?
Thanks in advance for your answers!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
N
Nazar Mokrinsky, 2014-04-21
@nazarpc

Have you installed this plugin? Searched the repository?

A
Alexander Savenko, 2014-04-21
@savenko

It should have come with the update

P
Phillip Gruy, 2014-04-22
@DarkTwin

apt-get install memcached ?
It's on the topic postaivt.
To close access to the account - it is already closed by default, but you can check it.
We are looking for memcache.conf although it is not difficult
/etc/init.d/memcached restart
and apparently something like
STAT inter 127.0.0.1
Run locally .... but you can also close the tcp and udp 11211 ports on the firewall

A
Alexander Savenko, 2014-04-22
@savenko

@DarkTwin
memcached is installed
but I can't find the libmemcached.so and innodb_engine.so files anywhere on the system to move them to /usr/lib/mysql/plugin/

A
Alexander Savenko, 2014-04-22
@savenko

I installed the libmemcached-dev package, copied the file cp /usr/lib/x86_64-linux-gnu/libmemcached.so /usr/lib/mysql/plugin/libmemcached.so
There is no innodb_engine.so file and when activated it says "Can't find symbol '_mysql_plugin_interface_version_' in library"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question