<?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; 导入导出</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=%E5%AF%BC%E5%85%A5%E5%AF%BC%E5%87%BA" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 07 Feb 2026 10:59:52 +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导入导出CSV文件</title>
		<link>http://www.lanxinbase.com/?p=644</link>
		<comments>http://www.lanxinbase.com/?p=644#comments</comments>
		<pubDate>Thu, 27 Aug 2015 01:36:47 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[导入导出]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=644</guid>
		<description><![CDATA[select * from lx_log into outfile 'd:\\test.csv' fields terminated by ',' optionally 
enclosed by '"  ' escaped by '"' lines terminated by '\r\n'
 
MySQL自己提供了导入导出的工具，但有时我们需要仅仅导入导出单个表的数据，

比如导入导出CSV文件，此时可以使用MySQL自动的命令来做导入导出工作。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=644</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql数据库备份导入导出的方法</title>
		<link>http://www.lanxinbase.com/?p=631</link>
		<comments>http://www.lanxinbase.com/?p=631#comments</comments>
		<pubDate>Thu, 27 Aug 2015 01:33:23 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[导入导出]]></category>
		<category><![CDATA[数据库备份]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=631</guid>
		<description><![CDATA[步骤：
一.MYSQL的命令行模式的设置：
桌面->我的电脑->属性->环境变量->新建->PATH=";path/mysql/bin;"  其中path为MYSQL的安装路径。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=631</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
