MySQL

mysqldumper1.22非常强大的MYSQL数据库备份软件

作者: 2008-11-19,04:02 下午 周三 (0) Comment

  数据备份本来就是一个麻烦事,特别是库特别大的时候有时候常常超时,不过mysqldumper采用了专有技术,以避免执行中断。它不但阅读并节省一定数额的指令,然后通过JavaScript和memorizes来执行备份恢复,并且自称不管时间有多长,都可以把数据恢复过来。myysqldumper提供GZ格式的压缩文件直接写入数据库,恢复脚本同样能直接读取GZ文件中的数据而不需要打开它。当然,你也可以用未经压缩的文件,但使用GZ可以节省很多带宽。 自动备份后,用户可以得到电子邮件通知。 继续阅读请点击…

类别 : MySQL (阅览:) Tags:

系统性能相关的MySQL变量

作者: 2008-07-13,12:53 上午 周日 (0) Comment

系统性能相关的MySQL变量

原文摘录自:http://forge.mysql.com/wiki/ServerVariables

Memory-Related Variables
内存相关变量

These server variables control the amount of memory allocated to the various buffers and caches within MySQL.
以下这些服务器变量控制这MySQL分配给各种缓冲或者换缓存的内存总数。

join_buffer_size
(PER SESSION) Controls the amount of memory allocated to perform joins on tables that have no keys which can be used to perform a condition filter. Allocated for each table joined without necessary filter conditions
(会话变量) 控制在对没有索引的表连接时分配的内存总数,它可以用做条件过滤器。为连接中的每个表分配而无需必要的过滤条件。 继续阅读请点击…

类别 : MySQL (阅览:) Tags:

MySQL数据库的frm、MYI、MYD文件意义

作者: 2007-02-05,02:41 下午 周一 (1) Comment

frm、MYI、MYD分别对应MyISAM表的表结构\索引\数据文件

类别 : MySQL (阅览:) Tags: