Avatar of Kinderly Wade
Kinderly Wade
Flag for United States of America

asked on 

Install mysql with Innodb Memcached Plugin

Hi experts,

I came across a page on mysql which I can integrate memcache with mysql from https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached-setup.html.

I wish to know if I really need to rebuild mysql in order to integrate libmemcached.so and innodb_engine.so? If so how can I rebuild mysql (I am new to rebuild mysql)

Also when I install libevent, it is already reside in my linux distro (CentOS7)

Finally where is the MYSQL_HOME/share located at? I was able to install the mysql 5.7 but wasn't able to retrieve the innodb_memcached_config.sql file.

Do I need to setup the memached server first as well? Thanks
LinuxInstallationMySQL Server

Avatar of undefined
Last Comment
Kinderly Wade

8/22/2022 - Mon