最近经常有人问我 MySQL Query Cache 相关的问题,就整理一点 MySQL Query Cache 的内容,以供参考。
顾名思义,MySQL Query Cache 就是用来缓存和 Query 相关的数据的。具体来说,Query Cache 缓存了我们客户端提交给 MySQL 的 SELECT 语句以及该语句的结果集。大概来讲,就是将 SELECT 语句和语句的结果做了一个 HASH 映射关系然后保存在一定的内存区域中。
本日志由 flyinweb 于 2010-07-07 17:30:09 发表到 数据库技术 中,目前已经被浏览 96 次,评论 0 次;
作者添加了以下标签: MySQL Query Cache;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security Linux box. In this first part of a Linux server security series, I will provide 20 hardening tips for default installation of Linux system.
本日志由 flyinweb 于 2010-06-22 08:48:43 发表到 Linux 中,目前已经被浏览 192 次,评论 0 次;
作者添加了以下标签: linux security;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:
本日志由 flyinweb 于 2010-06-22 08:47:12 发表到 Linux 中,目前已经被浏览 176 次,评论 0 次;
作者添加了以下标签: linux monitoring tools;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
Whenever a Linux system CPU is occupied by a process, it is unavailable for processing other requests. Rest of pending requests must wait till CPU is free. This becomes a bottleneck in the system. Following command will help you to identify CPU utilization, so that you can troubleshoot CPU related performance problems.
本日志由 flyinweb 于 2010-06-22 08:43:31 发表到 Linux 中,目前已经被浏览 188 次,评论 0 次;
作者添加了以下标签: Linux CPU Utilization;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
手册中的解释是:unauthenticated user refers to a thread that has become associated with a client connection but for which authentication of the client user has not yet been done。意即:有一个线程在处理客户端的连接,但是该客户端还没通过用户验证。
本日志由 flyinweb 于 2010-06-17 17:04:25 发表到 数据库技术 中,目前已经被浏览 177 次,评论 0 次;
作者添加了以下标签: unauthenticated user;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
本日志由 flyinweb 于 2010-06-10 14:33:46 发表到 Linux 中,目前已经被浏览 327 次,评论 0 次;
作者添加了以下标签: Net::SMTP,Authen::SASL;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
Two weeks ago we have started new version of one of our primary web projects and have started very massive advertisement campaign to promote this web site. As the result of that advertisements, our outgoing traffic has been increased to 200-250Mbit/s from only one server! In this article I will describe, how to build stable and efficient web site with two-layer architecture (with frontend + backend web servers) or how to modify your current server configuration to get additional resources to handle more requests.
网上关于sysctl.conf的优化方案有各种版本,大多都是抄来抄去的,让新人看了很迷茫。为解决此问题,经过两天的整理,查了N多资料,将大家常用的总结如下,很多默认的不需要修改的暂未涉及。
###################
所有rfc相关的选项都是默认启用的,因此网上的那些还自己写rfc支持的都可以扔掉了:)
###############################
To: jconsole不能打开,大概两种可能: 1 没有启用独占模式,如O
两个实例分别放在不同的 datadir 里面,会方便很多
今天遇到了“Cleanup failed to process the following paths:-
谢谢分享.有帮助.
根据inotify + rsync的思路,现在有了个c++版本的同步程序,只需指
真是有耐心呀。我做了个pdf 文件 在上面的网站可以下载