<?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>Yusuf Ozturk &#187; powershell drop user mysql</title>
	<atom:link href="http://www.yusufozturk.info/tag/powershell-drop-user-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +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>How to remove MySQL user with Powershell?</title>
		<link>http://www.yusufozturk.info/windows-server/how-to-remove-mysql-user-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/windows-server/how-to-remove-mysql-user-with-powershell.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:13:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting & IIS7]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[drop mysql user powershell]]></category>
		<category><![CDATA[powershell drop user mysql]]></category>
		<category><![CDATA[powershell mysql connector]]></category>
		<category><![CDATA[remove mysql user powershell]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1143</guid>
		<description><![CDATA[You can remove MySQL user from Powershell with MySQL connector: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 # Powershell Args $dbusername = $args&#91;0&#93; # user01073 $dbpassword = $args&#91;1&#93; # RadoreTelekom $dbname = $args&#91;2&#93; # db01073 &#160; # Add MySQL Data Connector &#91;void&#93;&#91;system.reflection.Assembly&#93;::LoadWithPartialName&#40;&#34;MySql.Data&#34;&#41; &#160; [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/windows-server/how-to-remove-mysql-user-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

