<?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>dratir.com &#187; administration</title>
	<atom:link href="http://www.dratir.com/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dratir.com</link>
	<description>cat /dev/brain</description>
	<lastBuildDate>Thu, 26 Jan 2012 14:23:26 +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>MySQL Administrations-Einsmaleins</title>
		<link>http://www.dratir.com/2010/03/mysql-administrations-einsmaleins/</link>
		<comments>http://www.dratir.com/2010/03/mysql-administrations-einsmaleins/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 08:45:54 +0000</pubDate>
		<dc:creator>Manuel</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.dratir.ch/?p=399</guid>
		<description><![CDATA[Auflisten von Schemas, Tabellen, Grants etc: [cc lang="sql"]show schemas; show tables; show grants for user@localhost;[/cc] Rechte hinzufuegen [cc lang="sql"]grant all privileges on schema.* to username@localhost identified by &#8216;passwort&#8217;;[/cc] Rechte entfernen [cc lang="sql"]&#8211; einzeln revoke all privileges on schema.* from user@localhost; &#8230; <a href="http://www.dratir.com/2010/03/mysql-administrations-einsmaleins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.dratir.com/2010/03/mysql-administrations-einsmaleins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

