<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炫盾博客 &#187; MySQL笔记</title>
	<atom:link href="http://www.xuandun.net/category/mysql%e7%ac%94%e8%ae%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xuandun.net</link>
	<description>得到并不困难，你会努力去做，但是守住它，你需要怎样的动力？</description>
	<lastBuildDate>Sun, 30 Oct 2011 07:46:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>织梦DEDECMS管理员密码破解</title>
		<link>http://www.xuandun.net/316/</link>
		<comments>http://www.xuandun.net/316/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 07:46:04 +0000</pubDate>
		<dc:creator>炫盾</dc:creator>
				<category><![CDATA[MySQL笔记]]></category>

		<guid isPermaLink="false">http://www.xuandun.net/?p=316</guid>
		<description><![CDATA[刚接手客户的一个由织梦dedecms搭建的企业网站，管理员密码找不到了，还好有ftp的密码，由dede的mysql密码配置文件：common.inc.php获得了mysql权限。 <a href="http://www.xuandun.net/316/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xuandun.net/316/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MySQL常用语句笔记</title>
		<link>http://www.xuandun.net/59/</link>
		<comments>http://www.xuandun.net/59/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 13:38:10 +0000</pubDate>
		<dc:creator>炫盾</dc:creator>
				<category><![CDATA[MySQL笔记]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.xuandun.net/?p=59</guid>
		<description><![CDATA[下了一部视频教程，发现比书容易理解多了，不过知识量却不多，都是最常用的，不过按照书上的 我也列列吧 操作库 [sql]show databases 列出有所有的数据库(权限内滴！) create database 创建库 例如创建名字为xd的库 create database xd use 使用库例如：use xd drop database 删除库 例如 drop database xd [/sql] 操作表 [sql]caeate table 创建表 caeate table if not exists 有条件创建表 create table `新表` select * from &#8230; <a href="http://www.xuandun.net/59/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xuandun.net/59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL字段类型笔记</title>
		<link>http://www.xuandun.net/58/</link>
		<comments>http://www.xuandun.net/58/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:04:13 +0000</pubDate>
		<dc:creator>炫盾</dc:creator>
				<category><![CDATA[MySQL笔记]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.xuandun.net/?p=58</guid>
		<description><![CDATA[
 <a href="http://www.xuandun.net/58/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.xuandun.net/58/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

