<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; privileges</title>
	<atom:link href="http://www.goitworld.com/tag/privileges/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mysql grant privileges to db</title>
		<link>http://www.goitworld.com/mysql-grant-privileges-to-db/</link>
		<comments>http://www.goitworld.com/mysql-grant-privileges-to-db/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:41:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[grant]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[privileges]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mysql-grant-privileges-to-db/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>If you want to grant remote access privileges to a DB on your server,Please look fllow.</p>
<p>First login trough SSH on your server and get access to you mysql</p>
<blockquote><p>$mysqladmin -u <em>xxx</em> password&#160; <em>xxx</em></p>
</blockquote>
<p>Note: the db user and db passwd are your database username and database password</p>
<blockquote><p>GRANT ALL PRIVILEGES ON db_base.* TO db_user @’%’ IDENTIFIED BY ‘db_passwd’;</p>
</blockquote>
<p>You can also grant accesss to a specific IP adress</p>
<blockquote><p>GRANT ALL PRIVILEGES ON failserv_example.* TO failserver@’xx.xx.xx.xx’ IDENTIFIED BY ‘db_passwd’;</p>
<p>(where x is your own remote IP)</p>
</blockquote>
<p>Refresh privileges,After that to activate your setting&#8230; <a href="http://www.goitworld.com/mysql-grant-privileges-to-db/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mysql-grant-privileges-to-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

