mysql
安裝步驟
安裝memcached
編譯libmemcached
編譯Memcached Functions for MySQL
make
make install
接下來有兩個辦法讓Memcached Functions for MySQL在mysql中生效
在mysql的shell中執行memcached_functions_mysql源碼目錄下的sql/install_functions
運行memcached_functions_mysql源碼目錄下的utils/install
測試memcache function
[
From:http://tw.wingwit.com/Article/program/MySQL/201311/29588.html