<?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>privileges | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/privileges/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Mon, 10 May 2010 09:04:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Create Root Privilege User on MySQL</title>
		<link>https://logs.paulooi.com/create-root-privilege-user-on-mysql.php</link>
					<comments>https://logs.paulooi.com/create-root-privilege-user-on-mysql.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Tue, 11 May 2010 02:57:56 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[privileges]]></category>
		<category><![CDATA[user]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=966</guid>

					<description><![CDATA[<p>By default, MySQL root privileges user is &#8220;root&#8221;, I always remove &#8220;root&#8221; userid once I got MySQL installed, mainly for security purpose, secondly I do not want stupid thing happened like someone able to brute force into MySQL database. You...</p>
The post <a href="https://logs.paulooi.com/create-root-privilege-user-on-mysql.php">Create Root Privilege User on MySQL</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>By default, MySQL root privileges user is &#8220;root&#8221;, I always remove &#8220;root&#8221; userid once I got MySQL installed, mainly for security purpose, secondly I do not want stupid thing happened like someone able to brute force into MySQL database. </p>
<p>You can create &#8220;root&#8221; alike privilege user in MySQL by following the step below;</p>
<ul>
<li>Access to mysql /usr/local/bin/mysql</li>
<li>mysql> GRANT ALL PRIVILEGES ON *.* TO &#8216;yourusername&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;yourpasswordhere&#8217; WITH GRANT OPTION;</li>
<li>mysql> flush privileges;</li>
<li>mysql> quit;</li>
</ul>
<p>You can add a few more privileges user if you have more than 1 person to admin MySQL Database. </p>The post <a href="https://logs.paulooi.com/create-root-privilege-user-on-mysql.php">Create Root Privilege User on MySQL</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/create-root-privilege-user-on-mysql.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
