<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ITPUB论坛 - MySQL及其它开源数据库</title>
    <link>http://www.itpub.net/forumdisplay.php?fid=73</link>
    <description>Latest 40 threads of MySQL及其它开源数据库</description>
    <copyright>Copyright(C) ITPUB论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 15 Mar 2010 11:47:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.itpub.net/images/logo.gif</url>
      <title>ITPUB论坛</title>
      <link>http://www.itpub.net/</link>
    </image>
    <item>
      <title>slave 停止。求解决方法</title>
      <link>http://www.itpub.net/viewthread.php?tid=1279383</link>
      <description><![CDATA[hi
slave 执行到185793432停止了

mysql&gt; show slave status\G;
*************************** 1. row ***************************
               Slave_IO_State: 
                  Master_Host: 10.0.0.1
                  Master_User: repl
            ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lijiebin</author>
      <pubDate>Mon, 15 Mar 2010 08:21:11 +0000</pubDate>
    </item>
    <item>
      <title>如何关掉关于mysql 5.1的binlog_format在mysql.err的警告信息</title>
      <link>http://www.itpub.net/viewthread.php?tid=1278705</link>
      <description><![CDATA[如何关掉关于mysql 5.1的binlog_format在mysql.err的警告信息


请问关于mysql 5.1的binlog_format
mysql 5.1的binlog_format 
我还是喜欢用以前的statement模式，但是一改成statement的话，很多句子都会产生err日志
 Statement is not safe to log in statement  ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lanbaibai</author>
      <pubDate>Fri, 12 Mar 2010 10:03:59 +0000</pubDate>
    </item>
    <item>
      <title>now()和sysdate()的区别是什么？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1278704</link>
      <description><![CDATA[在5.0.13以前，NOW() 和 SYSDATE() 返回的结果一样。但从5.0.13开始，SYSDATE() 返回的是语句执行点的时间，这就可能和 NOW() 返回的结果不一样了

这个语句执行点的时间和now（）有什么差别，能不能举个例子说明，谢谢。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lanbaibai</author>
      <pubDate>Fri, 12 Mar 2010 10:03:12 +0000</pubDate>
    </item>
    <item>
      <title>PostgreSQL权限问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1278419</link>
      <description><![CDATA[我的意思就是建立一个开发账号，个这个账号提供开发需要的一切功能，但不能修改表结构。
有人知道怎么做么？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>phlsbg</author>
      <pubDate>Fri, 12 Mar 2010 01:41:32 +0000</pubDate>
    </item>
    <item>
      <title>关于高并发和大表的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1277782</link>
      <description><![CDATA[一个统计系统需要统计一个访客的详细的相关的信息
比如 IE版本 操作系统   来源   关键字  是不是支支FLAHS   分辨率   色深   。。。。等等相关的东西 大概有有20个字段
在高流量的情况每天产生的记录是1000万条数据 表大小达到4.8G
数据库版本限制了5.0，不能表分表 ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>zjq8188</author>
      <pubDate>Thu, 11 Mar 2010 17:23:27 +0000</pubDate>
    </item>
    <item>
      <title>求助! 一个sql查询的设计思路</title>
      <link>http://www.itpub.net/viewthread.php?tid=1276964</link>
      <description><![CDATA[因为数据库的基础很差 老板又催的比较急 希望大家多多帮忙 多谢了先:

目前的情况是由一个order表, 每一个order有一个order_id, 以及1至若干order_vari. order_id和order_vari共同组成主键, 每修改一次order, 产生一个新的order_vari
ok我要做的是收入报告, 我的quer ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>jamth1120</author>
      <pubDate>Wed, 10 Mar 2010 10:21:03 +0000</pubDate>
    </item>
    <item>
      <title>关于数据库中用到CPU,MEM,I/O还有哪些情况呢？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1276895</link>
      <description><![CDATA[CPU：
        扫面内存数据块、JOIN操作、排序、HASH运算
MEM:
       CACHE、
I/O  :
       FLUSH操作、未命中的DML、DDL语句、

临时表是创建在临时文件目录中？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>dimen007</author>
      <pubDate>Wed, 10 Mar 2010 08:23:02 +0000</pubDate>
    </item>
    <item>
      <title>关于mysql复制同步数据过程中遇到的问题？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1276324</link>
      <description><![CDATA[通过执行show slave status\G;后出现关于同步的错误如下：

Last_Error: Error 'Error on delete of '/tmp/#sqldc9_751c_d.MYI' (Errcode: 2)' on query. Default database: 'sodoperation'. Query: 'drop TABLE  if exists T_SOD_BEHAVIOR_VIEW'

备注T_SOD_BEHAVI ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>gwj_win1</author>
      <pubDate>Tue, 09 Mar 2010 05:51:15 +0000</pubDate>
    </item>
    <item>
      <title>mysql里面如何使用regexp来查询某一列值全是数字的？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1276308</link>
      <description><![CDATA[比如：

create table a( a varchar(20));

123
1w34
123w
a123
qwqw
123_

如何通过regexp查询出的结果是：

123

？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>dai_zhy</author>
      <pubDate>Tue, 09 Mar 2010 05:20:33 +0000</pubDate>
    </item>
    <item>
      <title>有没安装使用过cassandra  的高人啊</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275995</link>
      <description><![CDATA[请教点 cassandra 安装运行 等问题。。 知道请赐教下。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>zhouhd837</author>
      <pubDate>Mon, 08 Mar 2010 06:18:54 +0000</pubDate>
    </item>
    <item>
      <title>存储过程无法使用，报Thread stack overrun错误，请高手</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275880</link>
      <description><![CDATA[新装了mysql数据库，数据库版本是5.1.44,操作系统式redhat
发现存储过程无法使用。
存储过程的内容如下：
CREATE DEFINER=`root`@`%` PROCEDURE `pr_getProductCode`(IN p_eccode VARCHAR(200))
BEGIN
	SELECT productcode FROM ecproduct WHERE eccode=p_eccode; ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lanbaibai</author>
      <pubDate>Mon, 08 Mar 2010 02:54:05 +0000</pubDate>
    </item>
    <item>
      <title>innodb引擎索引的一个奇怪问题！！！---请教达人</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275838</link>
      <description><![CDATA[大家知道innodb的索引分2中，一种是主键的“聚集索引”，一种是“第二索引”；官方文档的解释是：
1）.如果你对你的表定义一个PRIMARY KEY，主键的索引是集束索引。 
2).如果你没有为表定义PRIMARY KEY，MySQL拾取第一个仅有NOT NULL列的UNIQUE索引作为主键，并且Inno ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>zoo_cobra</author>
      <pubDate>Mon, 08 Mar 2010 01:43:00 +0000</pubDate>
    </item>
    <item>
      <title>Aggregates and LEFT JOIN</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275659</link>
      <description><![CDATA[Aggregates and LEFT JOIN 
+2  -0  posted by Alex Bolenok (Quassnoi) on Fri 05 Mar 2010 20:00 UTC (Add To MySQL Librarian) 
Tags: (edit) mysql 
(close)    



From Stack Overflow:

I have a table product with products and table sale with all  ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>〇〇</author>
      <pubDate>Sun, 07 Mar 2010 01:40:06 +0000</pubDate>
    </item>
    <item>
      <title>Postgresql 輸入中文不能</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275614</link>
      <description><![CDATA[環境: OSX 10.6.2 英文
下載POSTGRESQL DMG版, 用Locale= default, 及Locale=zh_TW, 兩個方法安裝過, 也輸入中文不能

d1=# SHOW client_encoding;
 client_encoding 
-----------------
 EUC_TW

./psql -l -U postgres
Password for user postgres: 
       ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>bcthe</author>
      <pubDate>Sat, 06 Mar 2010 14:12:36 +0000</pubDate>
    </item>
    <item>
      <title>请教数据库配置优化问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1275385</link>
      <description><![CDATA[我下面有一个本地的数据库配置文件，感觉配置文件不合理，请大家修正：

port		= 3306
socket		= /tmp/mysql.sock

# Here follows entries for some specific programs

# The MySQL server

interactive-timeout


这样经常造成很多select语句，出现一个u ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>reboot123</author>
      <pubDate>Fri, 05 Mar 2010 09:19:32 +0000</pubDate>
    </item>
    <item>
      <title>请教一条SQL语句</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274986</link>
      <description><![CDATA[我想要得到以下结果,升级需要多长时间，看以下结果，1级到2级需要10天，2级到3级需要14天：
level     days
1           0
2           10
3           14



建表
CREATE TABLE `dm_test` (
  `pid` int(11) default NULL,
  `level` int(11) default NULL, ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>ybgba780813</author>
      <pubDate>Thu, 04 Mar 2010 12:22:31 +0000</pubDate>
    </item>
    <item>
      <title>可以这样理解thread cahce的作用吗？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274885</link>
      <description><![CDATA[就是为了处理突然的连接数增大！]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>dimen007</author>
      <pubDate>Thu, 04 Mar 2010 07:39:44 +0000</pubDate>
    </item>
    <item>
      <title>my sql不支持||连接吗？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274879</link>
      <description><![CDATA[my sql不支持||连接吗？

oracle里可以用||连接字段，mysql是不是不支持||呢？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lixunpeng</author>
      <pubDate>Thu, 04 Mar 2010 07:35:20 +0000</pubDate>
    </item>
    <item>
      <title>主机不允许连接到这台mysql服务器</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274646</link>
      <description><![CDATA[最近在自己的XP上装了个mysql，输入
mysqladmin -u root -h host password 123456
结果报错，说主机不允许连接到这台mysql服务器。

请问这是为何？我在本机上都不能连接mysql服务器吗？
查看进程里mysqld-nt是有的。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>help01</author>
      <pubDate>Wed, 03 Mar 2010 12:14:28 +0000</pubDate>
    </item>
    <item>
      <title>mysql load数据无法绕过innodb cache</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274424</link>
      <description><![CDATA[oracle装载数据的时候，可以使用direct write的方式，直接把这部分数据写入数据文件，而不需要先把这部分数据写入sga中的db cache里面。这样一方面速度上有很大提高，另一方面可以避免对cache的冲击。

mysql上目前还没有找到类似的方法，大量导入数据会对原cache造成 ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>shiri512003</author>
      <pubDate>Wed, 03 Mar 2010 03:47:09 +0000</pubDate>
    </item>
    <item>
      <title>PostgreSQL建立表分区的问题？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1274231</link>
      <description><![CDATA[PostgreSQL建立表分区的问题？
PostgreSQL8.39 如果按天建立表分区，如果系统运行一年是不是会产生365个表
这样查询的时候表名是变化的？
熟悉PostgreSQL表分区的人上来看看呀。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>phlsbg</author>
      <pubDate>Tue, 02 Mar 2010 10:57:08 +0000</pubDate>
    </item>
    <item>
      <title>DBMS_MVIEW.refresh 和dbms_snapshot.refresh的区别是什么？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273962</link>
      <description><![CDATA[我想使用物化视图
DBMS_MVIEW.refresh 和dbms_snapshot.refresh的区别是什么？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lanbaibai</author>
      <pubDate>Tue, 02 Mar 2010 01:21:46 +0000</pubDate>
    </item>
    <item>
      <title>有什么方法或软件可以校验mysql备份出来的文件是否可用？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273940</link>
      <description><![CDATA[有什么方法或软件可以校验mysql备份出来的文件是否可用？

mysqldump 出来 .sql 怎么知道这个 .sql 是可以还原回去的呢？ 我这个文件有N个G，如果另找台机器这样还原回去（每天），会累的吐血的。

各位有什么高招？多谢。:rolleyes:]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>Mylib</author>
      <pubDate>Tue, 02 Mar 2010 00:48:16 +0000</pubDate>
    </item>
    <item>
      <title>大家是如何看 mariadb 和 galera 的？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273800</link>
      <description><![CDATA[碰巧知道了这两个东西，了解一下大家对它们的看法，学习学习，谢谢！]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>itpubkumao</author>
      <pubDate>Mon, 01 Mar 2010 08:26:57 +0000</pubDate>
    </item>
    <item>
      <title>MySQL – Choose exact numeric data type</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273535</link>
      <description><![CDATA[MySQL – Choose exact numeric data type
Posted by mahmud ahsan Filed Under MySQL with 1 Comment

When we use a relational database system, we should know some important things. Numeric data type is very essential for a table. Here I describe some  ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>〇〇</author>
      <pubDate>Sun, 28 Feb 2010 18:07:15 +0000</pubDate>
    </item>
    <item>
      <title>求海量数据处理方案</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273531</link>
      <description><![CDATA[PostgreSQL 8.3数据库
一张表每天存储数据8千万左右，没有更新，但需要支持查询，有时间字段，少量的业务字段。
这样的数据量是否可以用天做表分区？索引如何组织？
而其查询时提取数据的时间要快。有人处理过这样的方案么？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>phlsbg</author>
      <pubDate>Sun, 28 Feb 2010 16:23:09 +0000</pubDate>
    </item>
    <item>
      <title>有一个作业我想让它在整半个小时执行，时间间隔应该怎么写</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273020</link>
      <description><![CDATA[有一个作业我想让它在整半个小时执行，时间间隔如下
0:00
0:30
1:00
1:30
2:00
2:30
这个时间间隔应该如何写？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lanbaibai</author>
      <pubDate>Fri, 26 Feb 2010 06:43:38 +0000</pubDate>
    </item>
    <item>
      <title>mysql锁表现测试funny</title>
      <link>http://www.itpub.net/viewthread.php?tid=1273011</link>
      <description><![CDATA[相关背景知识
mysql锁实现和索引相关知识
下面的测试还不完备，结论也没有，不过感觉很有趣，也值得好好研究下，先发出来大家一起看看，当然也许这个问题大家早已清楚了，那还请赐教下哈~
innodb锁表现的测试
测试环境
01:44:29&gt;select version();
+------------- ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>shiri512003</author>
      <pubDate>Fri, 26 Feb 2010 06:31:53 +0000</pubDate>
    </item>
    <item>
      <title>mysql 启动报错</title>
      <link>http://www.itpub.net/viewthread.php?tid=1272648</link>
      <description><![CDATA[err log的内容：

什么原因恩？ bug?


thd: 0xeca5eb0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Trying to get some variables. ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>lijiebin</author>
      <pubDate>Thu, 25 Feb 2010 07:27:07 +0000</pubDate>
    </item>
    <item>
      <title>请问百度的搜索引擎用的是什么数据库技术呢？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1272502</link>
      <description><![CDATA[要能够实现那么大的海量数据的存储、管理和访问? 我看到百度是HyperTable的赞助商，是不是他们内部使用的就是这个呢？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>royalfizz</author>
      <pubDate>Thu, 25 Feb 2010 02:32:23 +0000</pubDate>
    </item>
    <item>
      <title>开源软件、自由软件是否就可以免费使用？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1272179</link>
      <description><![CDATA[对开源软件、自由软件、共享软件等一直搞不清楚。MySQL就是开源软件，应该可以免费使用的。
还望高手指点，不甚感激。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>我上面有人</author>
      <pubDate>Wed, 24 Feb 2010 03:41:22 +0000</pubDate>
    </item>
    <item>
      <title>系统hosts文件被病毒恶意篡改了</title>
      <link>http://www.itpub.net/viewthread.php?tid=1272041</link>
      <description><![CDATA[

怎么办啊？网址很多打不开之类的，优酷、土豆没声音，在网上说是中病毒了，我试了很多方法都不行啊 

 比如：这个文件位于C:\windows\system32\drivers\etc\文件夹下，通常具有只读属性，你右键点击该文件，去掉只读属性的勾选，然后打开文件，把里面清空，然后输 ...]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>cs7808169</author>
      <pubDate>Tue, 23 Feb 2010 12:48:15 +0000</pubDate>
    </item>
    <item>
      <title>一个批量插入数据的存储过程</title>
      <link>http://www.itpub.net/viewthread.php?tid=1272005</link>
      <description><![CDATA[CREATE PROCEDURE BatchInsert(IN init INT, IN loop_time INT)
     BEGIN
     DECLARE Var INT;
     DECLARE ID INT;
     SET Var = 0;
     SET ID = init;
     WHILE Var &lt; loop_time DO
     INSERT INTO ps_consume_record_00_00
     VALUES(Char(20 .]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>fan_zhen_hua</author>
      <pubDate>Tue, 23 Feb 2010 09:51:07 +0000</pubDate>
    </item>
    <item>
      <title>使用USE database后出现的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1271627</link>
      <description><![CDATA[请教高手
我现在使用
use database_name
就出现这个情况

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

不知道是什么原因。。。]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>kiss520sxc</author>
      <pubDate>Mon, 22 Feb 2010 09:50:38 +0000</pubDate>
    </item>
    <item>
      <title>MaxDB除了用于SAP外，可以单独使用吗，用于什么场景？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1271160</link>
      <description><![CDATA[感觉用的人不，不火啊

]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>ixpubkumao</author>
      <pubDate>Sun, 21 Feb 2010 04:17:22 +0000</pubDate>
    </item>
    <item>
      <title>请教3个MaxDB的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1271150</link>
      <description><![CDATA[MaxDB的使用和MySQL一样吗？
MaxDB是商业数据库吗，和Oracle一样？
MaxDB社区版和商业版有什么不同？
谢谢！]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>ixpubkumao</author>
      <pubDate>Sun, 21 Feb 2010 03:40:21 +0000</pubDate>
    </item>
    <item>
      <title>如果mysql系统突然慢了怎么办？（算是原创吧）呵呵</title>
      <link>http://www.itpub.net/viewthread.php?tid=1270986</link>
      <description><![CDATA[]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>pkman110</author>
      <pubDate>Sat, 20 Feb 2010 06:41:48 +0000</pubDate>
    </item>
    <item>
      <title>MaxDB和MySQL的关系是不是如同EnterpriseDB和PostgreSQL？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1270751</link>
      <description><![CDATA[MaxDB和MySQL的关系是不是如同EnterpriseDB和PostgreSQL？]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>ixpubkumao</author>
      <pubDate>Thu, 18 Feb 2010 14:52:16 +0000</pubDate>
    </item>
    <item>
      <title>MySQL中的表(table)能否用中文来命名它的列(column)？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1270351</link>
      <description><![CDATA[简单来说，想请教一下各位有没有可能在MySQL中执行下面的语句:

CREATE TABLE mytab (
商品名称 char(40),
商品条码 char(13),
单位 char(3),
数量 char(5)
);

期盼给予解答。谢谢！]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>o_reilly</author>
      <pubDate>Mon, 15 Feb 2010 15:37:30 +0000</pubDate>
    </item>
    <item>
      <title>一起研究Postgresql源码</title>
      <link>http://www.itpub.net/viewthread.php?tid=1269248</link>
      <description><![CDATA[本人已研究一段时间，有没有志同道合者。
欢迎加我：
QQ:6807402
附言：postgresql]]></description>
      <category>MySQL及其它开源数据库</category>
      <author>comX0330</author>
      <pubDate>Wed, 10 Feb 2010 03:21:54 +0000</pubDate>
    </item>
  </channel>
</rss>