<?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>深蓝的blog &#187; mysql命令</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=mysql%E5%91%BD%E4%BB%A4" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>用MySQL创建数据库和数据库表</title>
		<link>http://www.lanxinbase.com/?p=260</link>
		<comments>http://www.lanxinbase.com/?p=260#comments</comments>
		<pubDate>Sun, 02 Aug 2015 06:08:11 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql命令]]></category>

		<guid isPermaLink="false">/?p=260</guid>
		<description><![CDATA[1、使用SHOW语句找出在服务器上当前存在什么数据库： 

mysql> SHOW DATABASES; 
+----------+ 
&#124; Database &#124; 
+----------+ 
&#124; mysql &#124; 
&#124; test &#124; 
+----------+ 
3 rows in set (0.00 sec)]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=260</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mysql的空值与NULL的区别</title>
		<link>http://www.lanxinbase.com/?p=258</link>
		<comments>http://www.lanxinbase.com/?p=258#comments</comments>
		<pubDate>Sun, 02 Aug 2015 06:07:03 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql命令]]></category>

		<guid isPermaLink="false">/?p=258</guid>
		<description><![CDATA[   Mysql数据库是一个基于结构化数据的开源数据库。SQL语句是MySQL数据库中核心语言。不过在MySQL数据库中执行SQL语句，需要小心两个陷阱。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=258</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>备份MySQL数据库的命令</title>
		<link>http://www.lanxinbase.com/?p=6</link>
		<comments>http://www.lanxinbase.com/?p=6#comments</comments>
		<pubDate>Fri, 31 Jul 2015 15:45:20 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[FAQ帮助]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql命令]]></category>
		<category><![CDATA[备份MySQL]]></category>

		<guid isPermaLink="false">/?p=6</guid>
		<description><![CDATA[mysqldump -hhostname -uusername -ppassword databasename > backupfile.sql
备份MySQL数据库为带删除表的格式
备份MySQL数据库为带删除表的格式，能够让该备份覆盖已有数据库而不需要手动删除原有数据库。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
