<?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>cat brain.log &#124; less &#187; mysqld</title>
	<atom:link href="http://log.largevoid.com/tag/mysqld/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.largevoid.com</link>
	<description>Getting it down on `paper`</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:23: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>Configuring MySQL</title>
		<link>http://log.largevoid.com/2009/11/configuring-mysql/</link>
		<comments>http://log.largevoid.com/2009/11/configuring-mysql/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 00:11:20 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqld]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=108</guid>
		<description><![CDATA[The following is how I set up MySQL on wharf. First, ensure mysql is installed: ls /etc/init.d/my* Now, make mysql start on boot: sudo /sbin/chkconfig --level 35 mysqld on Start the mysql server: sudo /etc/init.d/mysqld start Make MySQL more secure: sudo /usr/bin/mysql_secure_installation Log into mysql as root: mysql -u root -p [to be entered by [...]]]></description>
			<content:encoded><![CDATA[<p>The following is how I set up MySQL on wharf.</p>
<ol>
<li>First, ensure mysql is installed: <code>ls /etc/init.d/my*</code></li>
<li>Now, make mysql start on boot: <code>sudo /sbin/chkconfig --level 35 mysqld on</code></li>
<li>Start the mysql server: <code>sudo /etc/init.d/mysqld start</code></li>
<li>Make MySQL more secure: <code>sudo /usr/bin/mysql_secure_installation</code></li>
<li>Log into mysql as root: <code>mysql -u root -p [to be entered by prompt]</code></li>
<li>Add another mysql user: <br/><code>mysql&gt; CREATE USER 'newuser'@'%' IDENTIFIED BY 'newuserpass';<br/>mysql&gt; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER ON *.* TO 'newuser'@'%';<br/>mysql&gt; FLUSH PRIVILEGES;</code></li>
<p></code></li>
<li>Exit mysql: <code>mysql&gt; exit</code></li>
<li>Test: <code>mysql -u &lt;newuser&gt; -p &lt;newuserpass&gt;</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2009/11/configuring-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  log.largevoid.com/tag/mysqld/feed/ ) in 0.19947 seconds, on Feb 8th, 2012 at 4:25 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 5:25 am UTC -->
