<?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>Alexander Dick &#187; mysql</title>
	<atom:link href="http://www.adick.at/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adick.at</link>
	<description>TYPO3, Web-Entwicklung und mehr</description>
	<lastBuildDate>Tue, 17 Jan 2012 10:40:10 +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>Suchen &amp; ersetzen in MySQL</title>
		<link>http://www.adick.at/2009/07/16/suchen-ersetzen-in-mysql/</link>
		<comments>http://www.adick.at/2009/07/16/suchen-ersetzen-in-mysql/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 09:10:03 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[ersetzen]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[suchen]]></category>

		<guid isPermaLink="false">http://www.adick.at/?p=126</guid>
		<description><![CDATA[UPDATE tabelle SET feldname = REPLACE(feldname, 'findemich', 'ersetzemich'); Leider kann MySQL (noch) keine Regex-Replaces. Sollte man jedoch z.B. eine Oracle DB zur Hand haben kann man auch auf REGEXP_REPLACE zurückgreifen]]></description>
		<wfw:commentRss>http://www.adick.at/2009/07/16/suchen-ersetzen-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nächste auto_increment ID einer MySQL Tabelle</title>
		<link>http://www.adick.at/2009/06/25/nachste-auto_increment-id-einer-mysql-tabelle/</link>
		<comments>http://www.adick.at/2009/06/25/nachste-auto_increment-id-einer-mysql-tabelle/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:24:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[auto_increment]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.adick.at/?p=549</guid>
		<description><![CDATA[Wenn man wissen will was die nächste auto_increment ID einer MySQL-Tabelle werden wird, hilft SHOW TABLE STATUS weiter: $qShowStatus = &#34;SHOW TABLE STATUS LIKE 'tabellenname'&#34;; $qShowStatusResult = mysql_query($qShowStatus); $row = mysql_fetch_assoc($qShowStatusResult); var_dump($row); Ergebnis: array(18) { [...] ["Index_length"]=> string(5) "33792" ["Data_free"]=> string(1) "0" ["Auto_increment"]=> string(4) "3847" ["Create_time"]=> string(19) "2009-06-25 11:54:04" [...] }]]></description>
		<wfw:commentRss>http://www.adick.at/2009/06/25/nachste-auto_increment-id-einer-mysql-tabelle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

