使用Google的TCMalloc库,提高MySQL的性能

This item was filled under [ Linux ]

TCMalloc(Thread-Caching Malloc)是google开发的开源工具──“google-perftools”中的成员。与标准的glibc库的malloc相比,TCMalloc在内存的分配上效率和速度要高得多,可以在很大程度上提高MySQL服务器在高并发情况下的性能,降低系统负载。
  TCMalloc的实现原理和测试报告请见一篇文章:《TCMalloc:线程缓存的Malloc》
  为MySQL添加TCMalloc库的安装步骤(Linux环境):
  1、64位操作系统请先安装libunwind库,32位操作系统不要安装。libunwind库为基于64位CPU和操作系统的程序提供了基本的堆栈辗转开解功能,其中包括用于输出堆栈跟踪的API、用于以编程方式辗转开解堆栈的API以及支持C++异常处理机制的API。
Read the full story »

Tag: [ , ]

密码保护:How To Fix The Clickback Google Search Exploit And Others

This item was filled under [ Google ]

无法提供任何摘要。这是一篇受保护的文章。

Tag: [ , ]

彻底解决 mysql ERROR 2002 (HY000)

This item was filled under [ Linux ]

 
[mysql]ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)
 
rm -fr /var/lib/mysql/* 
Read the full story »

Tag: [ ]

重新安装LxAdmin

This item was filled under [ Linux ]

重新安装LxAdmin的方法
 rm -rf /var/lib/mysql/
rpm -e mysql-server
yum -y install mysql-server
Read the full story »

Tag: [ ]

CentOS 5服务器安装VNC时灰屏的解决方法

This item was filled under [ Linux ]

CentOS 5下安装配置VNC 时灰屏的解决方法
第一个原因 :服务器没有安装gonme kde
yum groupinstall “X Window System” “GNOME Desktop Environment”  
1.检查VNC客户端和服务器端是否已安装
Read the full story »

Tag: [ , , ]
Page 3 of 111234510...Last »