<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>星辰.Net技术社区论坛 - MYSQL</title>
    <link>http://www.netcsharp.cn/showforum-30.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 星辰.Net技术社区论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Fri, 21 Nov 2008 18:17:44 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>Mysql 权限控制笔记</title>
      <description><![CDATA[                                                                                                                                        MySQL                                                存取控制包含2个阶段：]]></description>
      <link>http://www.netcsharp.cn/showtopic-1607.aspx</link>
      <category>MYSQL</category>
      <author>蝈蝈俊.net</author>
      <pubDate>Thu, 23 Oct 2008 11:34:00 GMT</pubDate>
    </item>
    <item>
      <title>Mysql中的Explain关键字详解</title>
      <description><![CDATA[explain显示了mysql如何使用索引来处理select语句以及连接表。可以帮助选择更好的索引和写出更优化的查询语句。

使用方法，在select语句前加上explain就可以了：

如：explain select surname,first_name form a,b where a.id=b.id

以下是其使用方法的详细介绍
一.语法

explain &amp;lt; ta]]></description>
      <link>http://www.netcsharp.cn/showtopic-1587.aspx</link>
      <category>MYSQL</category>
      <author>earth</author>
      <pubDate>Thu, 16 Oct 2008 20:39:00 GMT</pubDate>
    </item>
    <item>
      <title>用于分页的MySQL存储过程</title>
      <description><![CDATA[使用方法：CALL `dbpassport`.`get_page`('表名','字段名列表（多字段用逗号隔开）',当前页号码,每页记录数,'排序字段（多字段用逗号隔开）','筛选条件（没有则留空）')CREATE DEFINER=`root`@`localhost` PROCEDURE......]]></description>
      <link>http://www.netcsharp.cn/showtopic-1423.aspx</link>
      <category>MYSQL</category>
      <author>admin</author>
      <pubDate>Fri, 12 Sep 2008 19:32:00 GMT</pubDate>
    </item>
    <item>
      <title>解决MySQL数据库死掉以及拒绝服务的方法</title>
      <description><![CDATA[从Mysql 5.x的某个版本之后，MySQL的自动关闭空闲连接的特性被修改了，假如一个连接空闲到超时时间（默认28000秒8小时），再次发起的Reconnect重新连接请求不会被接受，需要重新建立新连接，这就导致了SER的重连机制不能正常工作：SER只会在需要操作数据库时去使用同一个连接接口，断开了则发起重新连接请求，而且这个问题短期内SER也不能够解决。

下文中将具体讲述处理的方法： ]]></description>
      <link>http://www.netcsharp.cn/showtopic-799.aspx</link>
      <category>MYSQL</category>
      <author>admin</author>
      <pubDate>Mon, 05 May 2008 20:48:00 GMT</pubDate>
    </item>
    <item>
      <title>MySQL数据库查询效率优化技巧</title>
      <description><![CDATA[MySQL由于它本身的小巧和操作的高效, 在数据库应用中越来越多的被采用.我在开发一个P2P应用的时候曾经使用MySQL来保存P2P节点,由于P2P的应用中,结点数动辄上万个,而且节点变化频繁,因此一定要保持查询和插入的高效.以......]]></description>
      <link>http://www.netcsharp.cn/showtopic-666.aspx</link>
      <category>MYSQL</category>
      <author>admin</author>
      <pubDate>Thu, 10 Apr 2008 19:24:00 GMT</pubDate>
    </item>
    <item>
      <title>关于MySQL嵌套查询的问题</title>
      <description><![CDATA[最近在MySQL上做了点工作，发现很多人都在询问MySQL嵌套查询的问题，许多人都觉得MySQL不支持嵌套查询，其实MySQl从4.11版后已经完全支持嵌套查询了，那么下面我举些简单的嵌套查询的例子吧（源程序来自MySQL User Manual）：

1. SELECT语句的子查询:
语法:     SELECT ... FROM (subquery) AS name ...

先创建]]></description>
      <link>http://www.netcsharp.cn/showtopic-665.aspx</link>
      <category>MYSQL</category>
      <author>admin</author>
      <pubDate>Thu, 10 Apr 2008 19:18:00 GMT</pubDate>
    </item>
    <item>
      <title>如何黑MySQL5数据库？</title>
      <description><![CDATA[Hacking in Mysql5

Author：SuperHei__ph4nt0m.org
Blog：http://superhei.blogbus.com/
Team：http://www.ph4nt0m.org
Data: 2006-01-29

     Mysql5增加很多新的功能，开始支持：存储过程、触发器、视图、信息架构视图等新特。可以说这些都是发展的必然，但是新的东]]></description>
      <link>http://www.netcsharp.cn/showtopic-664.aspx</link>
      <category>MYSQL</category>
      <author>admin</author>
      <pubDate>Thu, 10 Apr 2008 19:16:00 GMT</pubDate>
    </item>
    <item>
      <title>提高MySQL 查询效率的三个技巧</title>
      <description><![CDATA[MySQL由于它本身的小巧和操作的高效, 在数据库应用中越来越多的被采用.我在开发一个P2P应用的时候曾经使用MySQL来保存P2P节点,由于P2P的应用中,结点数动辄上万个,而且节点变化频繁,因此一定要保持查询和插入的高效.以......]]></description>
      <link>http://www.netcsharp.cn/showtopic-329.aspx</link>
      <category>MYSQL</category>
      <author>star65225692</author>
      <pubDate>Wed, 19 Mar 2008 00:44:00 GMT</pubDate>
    </item>
  </channel>
</rss>