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.sq
l file.
Do I need to setup the memached server first as well? Thanks