HandlerSocket安裝記錄
tar zxvf ahiguti-HandlerSocket-Plugin-for-MySQL-1.0.6-23-g4cfc840.tar.gz
cd ahiguti-HandlerSocket-Plugin-for-MySQL-4cfc840
./autogen.sh
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
cat /usr/share/aclocal/libtool.m4 >> aclocal.m4
./configure --with-mysql-source=/root/Percona-Server
--with-mysql-bindir=/usr/local/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/bin
--with-mysql-plugindir=/usr/local/Percona-Server-5.1.51-rel11.5-132-Linux-x86_64/lib/mysql/plugin
錯誤configure: error: cannot find macro directory `m4'
mkdir m4
再次configure
make
make install
Append configuration options for handlersocket to my.cnf.
[mysqld]
loose_handlersocket_port = 9998
# the port number to bind to (for read requests)
loose_handlersocket_port_wr = 9999
# the port number to bind to (for write requests)
loose_handlersocket_threads = 16
# the number of worker threads (for read requests)
loose_handlersocket_threads_wr = 1
# the number of worker threads (for write requests)
open_files_limit = 65535
# to allow handlersocket accept many concurrent
# connections, make open_files_limit as large as
# possible.
Log in to mysql as root, and execute the following query.
mysql> install plugin handlersocket soname 'handlersocket.so';
If handlersocket.so is successfully installed, it starts
accepting connections on port 9998 and 9999. Running
'show processlist' should show handlersocket worker threads.
Client
tar zxvf ahiguti-HandlerSocket-Plugin-for-MySQL-1.0.6-23-g4cfc840.tar.gz
cd ahiguti-HandlerSocket-Plugin-for-MySQL-4cfc840/
./autogen.sh
./configure --disable-handlersocket-server
make
make install
#cd perl-Net-HandlerSocket
#perl Makefile.PL
#make
#make install
tar zxvf php-handlersocket-0.0.6.tar.gz
cd php-handlersocket
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
adjust php.ini and add an extension=handlersocket.so
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/124805/viewspace-1043938/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Docker安裝記錄Docker
- lepus安裝記錄
- Mantis安裝記錄
- 記錄 Ubuntu 安裝 homestaedUbuntu
- Redis On Windows安裝記錄RedisWindows
- Macbook安裝Cplex記錄Mac
- 安裝seafile記錄文件
- Centos 安裝Mysql記錄CentOSMySql
- Ubuntu安裝使用記錄Ubuntu
- Pycharm 個人安裝小記錄PyCharm
- Jenkins 安裝簡記錄Jenkins
- 安裝apache+php記錄ApachePHP
- nagios snmp 安裝記錄iOS
- Linux工具安裝記錄Linux
- c++ protobuf安裝記錄C++
- 【記錄】安裝 maxminddb 擴充套件套件
- [記錄] 安裝 maxminddb 擴充套件套件
- Supervisor 安裝除錯記錄除錯
- Docker版EKL安裝記錄文件Docker
- Docker 安裝常用軟體記錄Docker
- Sybase12.5安裝記錄
- MySQL 5.7.9 原始碼安裝記錄MySql原始碼
- GFS與RHCS安裝記錄(轉)
- VirtualBox安裝問題記錄
- 記一次 Valet 安裝失敗記錄
- 【記錄】安裝 Xdebug 擴充套件套件
- [記錄] 安裝 Xdebug 擴充套件套件
- CrazyDiskInfo硬碟檢測工具 安裝記錄硬碟
- 記錄一次 window 安裝 rabbitmqMQ
- 【Calculate】Calculate Linux安裝操作記錄Linux
- 黑蘋果攢機和安裝記錄蘋果
- rosbridge簡單的安裝記錄ROS
- 記錄一下docker desktop windows安裝,容器安裝等DockerWindows
- Windows 10 安裝 Homestead 問題記錄Windows
- K480N 安裝黑蘋果記錄蘋果
- 【記錄】編譯安裝 ProtoBuf 擴充套件編譯套件
- [記錄] 編譯安裝 ProtoBuf 擴充套件編譯套件
- 【記錄】編譯安裝 YAML 擴充套件編譯YAML套件