<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>≮六づ道≯的Blog - 〖mySQL〗</title><link>http://blog.csdn.net/feel8/category/61617.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 06 Nov 2004 15:13:54 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>六道</dc:creator><title>简单介绍下 PHP5 中引入的 MYSQLI</title><link>http://blog.csdn.net/feel8/archive/2004/10/29/158972.aspx</link><pubDate>Fri, 29 Oct 2004 19:28:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/29/158972.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/158972.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/29/158972.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/158972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=158972</trackback:ping><description>在新下载的PHP5中你会发现多了一个mysqli.dll，它是干什么用的呢？我简单介绍下。。。&lt;img src ="http://blog.csdn.net/feel8/aggbug/158972.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>MySQL两种表存储结构MyISAM和InnoDB的性能比较测试 </title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156937.aspx</link><pubDate>Thu, 28 Oct 2004 17:24:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156937.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156937.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156937.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156937.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156937</trackback:ping><description>MySQL支持的两种主要表存储格式MyISAM，InnoDB，上个月做个项目时，先使用了InnoDB，结果速度特别慢，1秒钟只能插入10几条。后来换成MyISAM格式，一秒钟插入上万条。当时决定这两个表的性能也差别太大了吧&lt;img src ="http://blog.csdn.net/feel8/aggbug/156937.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>MySQL修改密码方法总结</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156935.aspx</link><pubDate>Thu, 28 Oct 2004 17:23:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156935.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156935.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156935.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156935.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156935</trackback:ping><description>首先要声明一点，大部分情况下，修改MySQL是需要有mysql里的root权限的，所以一般用户无法更改密码，除非请求管理员。&lt;img src ="http://blog.csdn.net/feel8/aggbug/156935.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>设置 MySQL 数据同步</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156573.aspx</link><pubDate>Thu, 28 Oct 2004 14:12:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156573.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156573.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156573.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156573.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156573</trackback:ping><description>MySQL 从 3.23.15 版本以后提供数据库复制功能。利用该功能可以实现两个数据库同步，主从模式，互相备份模式的功能。
&lt;img src ="http://blog.csdn.net/feel8/aggbug/156573.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>数据库设计方法、规范与技巧</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156553.aspx</link><pubDate>Thu, 28 Oct 2004 14:02:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156553.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156553.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156553.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156553.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156553</trackback:ping><description>数据库技术是信息资源管理最有效的手段。数据库设计是指对于一个给定的应用环境，构造最优的数据库模式，建立数据库及其应用系统，有效存储数据，满足用户信息要求和处理要求。
&lt;img src ="http://blog.csdn.net/feel8/aggbug/156553.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>MySQL 常用命令</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156546.aspx</link><pubDate>Thu, 28 Oct 2004 13:59:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156546.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156546.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156546.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156546</trackback:ping><description>有很多朋友虽然安装好了 MySQL 但却不知如何使用它。在这篇文章中我们就从连接 MySQL、修改密码、增加用户等方面来学习一些 MySQL 的常用命令。 &lt;img src ="http://blog.csdn.net/feel8/aggbug/156546.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title> SQL 优化</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156485.aspx</link><pubDate>Thu, 28 Oct 2004 13:31:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156485.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156485.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156485.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156485.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156485</trackback:ping><description>实际上，您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引：聚集索引（clustered index，也称聚类索引、簇集索引）和非聚集索引（nonclustered index，也称非聚类索引、非簇集索引）。下面，我们举例来说明一下聚集索引和非聚集索引的区别&lt;img src ="http://blog.csdn.net/feel8/aggbug/156485.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>MySQL 索引分析和优化</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156475.aspx</link><pubDate>Thu, 28 Oct 2004 13:27:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156475.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156475.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156475.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156475</trackback:ping><description>索引用来快速地寻找那些具有特定值的记录，所有MySQL索引都以B-树的形式保存。如果没有索引，执行查询时MySQL必须从第一个记录开始扫描整个表的所有记录，直至找到符合要求的记录。表里面的记录数量越多，这个操作的代价就越高。如果作为搜索条件的列上已经创建了索引，MySQL无需扫描任何记录即可迅速得到目标记录所在的位置。如果表有1000个记录，通过索引查找记录至少要比顺序扫描记录快100倍。&lt;img src ="http://blog.csdn.net/feel8/aggbug/156475.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>Advanced SQL Injection with MySQL</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/156466.aspx</link><pubDate>Thu, 28 Oct 2004 13:23:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/156466.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/156466.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/156466.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/156466.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=156466</trackback:ping><description>我的《SQL Injection with MySQL》（《黑客防线》7月的专题）已经对MySQL的注入有了比较全面的介绍了，但是有一个危害相当大的函数，我并没有在文中提及，因为如果能灵活应用这个函数，那PHP甚至服务器的安全性均会大打折扣，由于《SQL Injection with MySQL》的发表时间是在暑假期间，考虑到很多新手、学生和品德败坏的人乱用，所以我并没有把这个写在该文里，其实本文在5月初已写完。专题发表后，很多人已经陆续转到PHP+MYSQL注入的研究，很多新技术将会陆续挖掘出来，我们所掌握这方面未公开的高级技巧也会陆续公布出来。至于比较基础的东西，本文就不再提了。&lt;img src ="http://blog.csdn.net/feel8/aggbug/156466.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>mySQL模糊查询出错？</title><link>http://blog.csdn.net/feel8/archive/2004/10/28/155704.aspx</link><pubDate>Thu, 28 Oct 2004 02:46:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/28/155704.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155704.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/28/155704.aspx#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155704.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155704</trackback:ping><description>MySQL模糊查询出错？&lt;img src ="http://blog.csdn.net/feel8/aggbug/155704.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>数据库设计范式</title><link>http://blog.csdn.net/feel8/archive/2004/10/27/155390.aspx</link><pubDate>Wed, 27 Oct 2004 21:39:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/27/155390.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155390.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/27/155390.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155390.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155390</trackback:ping><description>关系数据库设计之时是要遵守一定的规则的。尤其是数据库设计范式 现简单介绍1NF（第一范式），2NF（第二范式），3NF（第三范式）和BCNF，另有第四范式和第五范式留到以后再介绍。 在你设计数据库之时，若能符合这几个范式，你就是数据库设计的高手。 &lt;img src ="http://blog.csdn.net/feel8/aggbug/155390.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>多重條件組合查詢</title><link>http://blog.csdn.net/feel8/archive/2004/10/27/155388.aspx</link><pubDate>Wed, 27 Oct 2004 21:38:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/27/155388.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155388.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/27/155388.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155388.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155388</trackback:ping><description>平常我們在開發系統時,一定不會缺少查詢弁?然而往往算個條件是無法滿足用戶的要求的,這時我們就應該設置多重條件進行組合,讓用戶查詢時以更加方便地選擇查詢條件,迅速找到他們所滿足的記錄.  
&lt;img src ="http://blog.csdn.net/feel8/aggbug/155388.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>Mysql 的数据库复制功能 (Replication Database)</title><link>http://blog.csdn.net/feel8/archive/2004/10/27/155382.aspx</link><pubDate>Wed, 27 Oct 2004 21:37:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/27/155382.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155382.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/27/155382.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155382.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155382</trackback:ping><description>Mysql 数据库相信大家已经投入了生产使用。很多人都将他和 PHP 集成在 Apache 中，为WebSite 服务。的确，他们在WebSite 中的应用比较多，而且PhpMyAdmin 又是一个PHP+Mysql 的最好应用例子。
&lt;img src ="http://blog.csdn.net/feel8/aggbug/155382.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>SQL语法参考手册</title><link>http://blog.csdn.net/feel8/archive/2004/10/27/155381.aspx</link><pubDate>Wed, 27 Oct 2004 21:36:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/27/155381.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155381.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/27/155381.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155381.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155381</trackback:ping><description>SQL语法参考手册
&lt;img src ="http://blog.csdn.net/feel8/aggbug/155381.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>六道</dc:creator><title>MYSQL初学者使用指南</title><link>http://blog.csdn.net/feel8/archive/2004/10/27/155377.aspx</link><pubDate>Wed, 27 Oct 2004 21:32:00 GMT</pubDate><guid>http://blog.csdn.net/feel8/archive/2004/10/27/155377.aspx</guid><wfw:comment>http://blog.csdn.net/feel8/comments/155377.aspx</wfw:comment><comments>http://blog.csdn.net/feel8/archive/2004/10/27/155377.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feel8/comments/commentRss/155377.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155377</trackback:ping><description>有很多朋友虽然安装好了mysql但却不知如何使用它。在这篇文章中我们就从连接MYSQL、修改密码、增加用户等方面来学习一些MYSQL的常用命令。 &lt;img src ="http://blog.csdn.net/feel8/aggbug/155377.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>