<?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>experimental &#187; securing</title>
	<atom:link href="http://www.tajidyakub.com/tag/securing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tajidyakub.com</link>
	<description>Experience the Experiment</description>
	<lastBuildDate>Sat, 10 Oct 2009 19:32:38 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Securing MySQL Installation</title>
		<link>http://www.tajidyakub.com/web-database/securing-mysql-installation-2008-06-27.html</link>
		<comments>http://www.tajidyakub.com/web-database/securing-mysql-installation-2008-06-27.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:11:41 +0000</pubDate>
		<dc:creator>Tajid Yakub</dc:creator>
				<category><![CDATA[Web Database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[securing]]></category>

		<guid isPermaLink="false">http://tajidyakub.com/?p=6</guid>
		<description><![CDATA[This is the step for standard security implementation to a fresh MySQL installation; it will;

Give the root password
Remove anonymous users
Disallow root login remotely
Remove test database and access to it
Reload privilege tables

If you answer Y (Yes) to all question. Notice the error log on the output below is because this is not the first time I [...]]]></description>
			<content:encoded><![CDATA[<p>This is the step for standard security implementation to a fresh MySQL installation; it will;</p>
<ul>
<li>Give the root password</li>
<li>Remove anonymous users</li>
<li>Disallow root login remotely</li>
<li>Remove test database and access to it</li>
<li>Reload privilege tables</li>
</ul>
<p>If you answer Y (Yes) to all question. Notice the error log on the output below is because this is not the first time I ran it.</p>
<p><span id="more-6"></span></p>
<pre class="brush: bash">mysql_secure_installation

Enter current password for root (enter for none): Enter
Set root password? [Y/n] Y
New password: rootpasssql
Re-enter new password: rootpasssql
Remove anonymous users? [Y/n] Y
Disallow root login remotely? [Y/n] Y
Remove test database and access to it? [Y/n] Y
Reload privilege tables now? [Y/n] Y
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tajidyakub.com/web-database/securing-mysql-installation-2008-06-27.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
