<?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; source</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/source/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux系统下MySQL数据库导出与导入操作</title>
		<link>https://www.osyunwei.com/archives/938.html</link>
		<comments>https://www.osyunwei.com/archives/938.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 01:15:40 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[mysql数据导入]]></category>
		<category><![CDATA[mysql数据导出]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=938</guid>
		<description><![CDATA[需求： 把MySQL数据库目录中的dz数据库备份到/home/dz_bak.sql ，然后再新建一个数据库dzbak，最后把/home/dz_bak.sql 导入到数据库dzbak中。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 操作如下：以下操作均在终端命令行下进行  1、mysqldump -u root -p dz &#62; /home/dz_bak.sql        #导出数据库      123456     #输入数据库密码      扩展：      mysqldump -u root -p dz pre_portal_comment &#62;  /home/pre_portal_comment_bak.sql  #导出数据库中的某个表      系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 2、mysql -uroot -p    #进入MySQL数据库控制台      123456     #输入数据库密码      show databases;    #查看数据库      create database dzbak;      #创建新数据库dzbak      use dzbak      #进入dzbak数据库目录      source /home/dz_bak.sql     导入dz_bak.sql到数据库dzbak中 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/938.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/938.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
