<?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>kwatog &#38; co.&#187; commands</title>
	<atom:link href="http://kwatog.com/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://kwatog.com</link>
	<description>tech notes and general nonsense</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL Administration Commands</title>
		<link>http://kwatog.com/blog/linux/mysql-admi-linux/</link>
		<comments>http://kwatog.com/blog/linux/mysql-admi-linux/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 12:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[create user]]></category>
		<guid isPermaLink="false">http://kwatog.com/?p=153</guid>
		<description><![CDATA[Backup MySQL Database into a File -bash-3.2$mysqldump -ujhondoe -p mydb_name > mydb_name_backup.sql password: -bash-3.2$ zip mydb_name_backup.zip mydb_name_backup.sql Load MySQL Backup Into Database -bash-3.2$mysql -ujhondoe mydb_name < mydb_name_backup.sql password: Create User in MySQL mysql> CREATE USER 'jhondoe'@'localhost' IDENTIFIED BY 'mypassword'; mysql> GRANT ALL PRIVILEGES ON mydbname.* TO 'jhondoe'@'localhost' WITH GRANT OPTION; mysql> CREATE USER 'jhondoe'@'%' IDENTIFIED [...]]]></description>
			<content:encoded><![CDATA[<h2>Backup MySQL Database into a File</h2>
<p><code><br />
-bash-3.2$mysqldump -ujhondoe -p mydb_name > mydb_name_backup.sql<br />
password: <type your password here><br />
-bash-3.2$ zip mydb_name_backup.zip mydb_name_backup.sql<br />
</code></p>
<h2>Load MySQL Backup Into Database</h2>
<p><code><br />
-bash-3.2$mysql -ujhondoe mydb_name < mydb_name_backup.sql<br />
password: <type your password here><br />
</code></p>
<h2>Create User in MySQL</h2>
<p><code><br />
mysql> CREATE USER 'jhondoe'@'localhost' IDENTIFIED BY 'mypassword';<br />
mysql> GRANT ALL PRIVILEGES ON mydbname.* TO 'jhondoe'@'localhost'   WITH GRANT OPTION;</p>
<p>mysql> CREATE USER 'jhondoe'@'%' IDENTIFIED BY 'mypassword';<br />
mysql> GRANT ALL PRIVILEGES ON mydbname.* TO 'monty'@'%'   WITH GRANT OPTION;<br />
</code></p>
<h4>Incoming search terms:</h4><ul><li>mysql administration commands</li><li>my sql administration command</li><li>mysql admin command</li><li>mysql database admin commands</li></ul>]]></content:encoded>
			<wfw:commentRss>http://kwatog.com/blog/linux/mysql-admi-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--
Hyper cache file: d2c103ab27c9c0480c67acf11f22b7ac
Cache created: 05-02-2012 02:44:48
HCE Version: 0.9.8
Load AVG: 0.01(5)
-->
