<?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>Java never die &#187; mysql</title>
	<atom:link href="http://www.javaneverdie.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javaneverdie.com</link>
	<description>Java modern frameworks. But not only.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:49:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL on Windows Access denied for user &#8216;root&#8217;@&#039;localhost&#8217; (using password: NO)</title>
		<link>http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/</link>
		<comments>http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:04:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=429</guid>
		<description><![CDATA[I use MySQL 5.1 &#8216;on localhost&#8217; commonly for wordpress development. Today started new project and attempted to design database using MySQL Control Center, Navicat, command line mysql client and all time get this fucking annoying Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO) Who is fault? No matter. Probably, because of my root user doesn&#8217;t [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/mysql/how-to-copy-content-from-one-database-to-another/' rel='bookmark' title='Permanent Link: How to copy content from one database to another'>How to copy content from one database to another</a></li>
<li><a href='http://www.javaneverdie.com/wordpress/xampp-vs-wamp-on-windows-7/' rel='bookmark' title='Permanent Link: XAMPP vs WAMP on Windows 7'>XAMPP vs WAMP on Windows 7</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy content from one database to another</title>
		<link>http://www.javaneverdie.com/mysql/how-to-copy-content-from-one-database-to-another/</link>
		<comments>http://www.javaneverdie.com/mysql/how-to-copy-content-from-one-database-to-another/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=380</guid>
		<description><![CDATA[or how to duplicate database For doing this you need: 1. Copy database to file: mysqldump -u username -p password database_to_copy_from &#62; FILE.sql 2. Create new database. I preffered GUI tools like MySQL Control Center. Or use next comands: mysql&#62; CREATE DATABASE &#8221;database_to_copy_to&#8221;; mysql&#62; GRANT ALL PRIVILEGES ON &#8221;database_to_copy_to&#8221;.* TO &#8220;&#8221;username&#8221;&#8221;@&#8221;&#8221;hostname&#8221;&#8221; IDENTIFIED BY &#8220;&#8221;password&#8221;&#8221; mysql&#62; [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/mysql/how-to-copy-content-from-one-database-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

