千家信息网

HandlerSocket的安装记录

发表于:2025-01-20 作者:千家信息网编辑
千家信息网最后更新 2025年01月20日,本篇内容介绍了"HandlerSocket的安装记录"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!H
千家信息网最后更新 2025年01月20日HandlerSocket的安装记录

本篇内容介绍了"HandlerSocket的安装记录"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

HandlerSocket[@more@]

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

"HandlerSocket的安装记录"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注网站,小编将为大家输出更多高质量的实用文章!

内容 更多 知识 实用 学有所成 接下来 再次 困境 实际 情况 文章 案例 编带 网站 行业 过程 错误 高质量 学习 有关 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 深圳麒麟软件开发公司 汉家江湖用什么软件开发的 网络安全应急服务支撑证书 中高端服务器操作系统 编程数据库需要学吗 软件开发时间哪里看 做软件开发和编程有啥区别吗 我的世界进入服务器出现未知错误 东莞学习软件开发 为什么有网但是却显示服务器异常 数据库二级映像的特点 内部邮件服务器 广州软件开发无需经验全程扶持 数据库一元二次方程 数据库合并后丢失 服务器上安装什么浏览器好 拉萨数据库多少钱 tcl招聘网络技术人员吗 新乡市嘉赢网络技术有限公司 高并发保持数据库更新顺序 计算机网络技术与应用朱晓伟 服务器系统总线错误是什么意思 网络安全等级保护小知识 九阴真经哪个服务器好 mysql 数据库 分词 公安网络技术部门管理制度 服务器安全狗 限制远程 贵州危房改造数据库 精准完成网络安全工作 软件开发前期工程师
0