<?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; rds</title>
	<atom:link href="https://wbsl.org/tag/rds/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>阿里云RDS上用mysqldump导入导出</title>
		<link>https://wbsl.org/linux/259.html</link>
		<comments>https://wbsl.org/linux/259.html#comments</comments>
		<pubDate>Wed, 15 Jan 2020 06:49:54 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rds]]></category>
		<category><![CDATA[阿里云]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=259</guid>
		<description><![CDATA[mysqldump -h cloudcc.mysql.aliyun.com -u user_name -p -<a href="https://wbsl.org/linux/259.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>mysqldump -h cloudcc.mysql.aliyun.com -u user_name -p --opt --default-character-set=utf8 --extended-insert=false --triggers --hex-blob db_name > /tmp/db_name.sql</p>
<p>mysql -h cloudcc.mysql.aliyun.com -u user_name -p db_name < /tmp/db_name.sql</p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/259.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
