<?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>Albertech.net &#187; rename database</title>
	<atom:link href="http://albertech.net/tag/rename-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL &#8211; rename a database</title>
		<link>http://albertech.net/2008/12/mysql-rename-a-database/</link>
		<comments>http://albertech.net/2008/12/mysql-rename-a-database/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:16:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[rename database]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=51</guid>
		<description><![CDATA[I looked through the documentation on MySQL and it looks like they removed the "rename database" option. Here's a workaround:

<strong>mysqladmin create [Name of new database]
mysqldump --opt [Name of old database] &#124; mysql [Name of new database]</strong>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Falbertech.net%252F2008%252F12%252Fmysql-rename-a-database%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22MySQL%20-%20rename%20a%20database%22%20%7D);"></div>
<p>I looked through the documentation on MySQL and it looks like they removed the &#8220;rename database&#8221; option. Here&#8217;s a workaround:</p>
<p><strong>mysqladmin create [Name of new database]<br />
mysqldump &#8211;opt [Name of old database] | mysql [Name of new database]</strong></p>

]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2008/12/mysql-rename-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
