<?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>Kimmtech &#187; mySQL / phpMyAdmin</title>
	<atom:link href="http://technotes.kimmwiens.com/category/mysql-phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.kimmwiens.com</link>
	<description>technical tips and tricks</description>
	<lastBuildDate>Tue, 12 Jan 2010 16:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Renaming mySQL databases linked to working applications using phpMyAdmin</title>
		<link>http://technotes.kimmwiens.com/2007/renaming-mysql-database-linked-to-working-applications-using-phpmyadmin/</link>
		<comments>http://technotes.kimmwiens.com/2007/renaming-mysql-database-linked-to-working-applications-using-phpmyadmin/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 19:16:57 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[mySQL / phpMyAdmin]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[renaming database]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/2007/renaming-mysql-database-linked-to-working-applications-using-phpmyadmin/</guid>
		<description><![CDATA[&#160; How do you rename a database linked to an existing, published php app like WordPress or OSCommerce? Back up your database. Create a new database with the new name you want in mySQL and assign a user. In phpMyAdmin go to Operations and use the &#34;Copy database to:&#34; option to move the structure and [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
<strong>How do you rename a database linked to an existing, published php app like WordPress or OSCommerce?</strong></p>
<ol>
<li>Back up your database.</li>
<li>Create a new database with the new name you want in mySQL and assign a user.</li>
<li>In phpMyAdmin go to Operations and use the &quot;Copy database to:&quot; option to move the structure and data to the new table by:&nbsp; typing the new name in the text field, de-selecting any check boxes that are on and choosing &ldquo;Go&rdquo;.<span style="">&nbsp; </span></li>
<li>Your new database should now be present in the drop down list of databases in phpMyAdmin.</li>
<li>Back up your current app&#8217;s (WordPress or OSCommerce for example) config file.</li>
<li>Change the information in the current config file to reflect the new database name and any username and password changes you may have made. Save with the same name.</li>
<li>&nbsp;Upload/overwrite the config file on your server in the appropriate area for your app.</li>
<li>Check to verify that your app works with the new setup by accessing your site.</li>
<li>Once you feel clear that everything&#8217;s hooked up and happy with the new database information you can delete your old database (and users if you created new ones.)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2007/renaming-mysql-database-linked-to-working-applications-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

