<?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>pra não esquecer... &#187; MySQL</title>
	<atom:link href="http://www.republicavirtual.com.br/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.republicavirtual.com.br/blog</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 12:49:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>database hacks</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firebird]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postgre SQL]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[informix]]></category>
		<category><![CDATA[ingress]]></category>
		<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=433</guid>
		<description><![CDATA[realmente muito bom, dica do ara&#8221;ú&#8221;jo! =) http://pentestmonkey.net/blog/mysql-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/postgres-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/oracle-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/mssql-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/ingres-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/db2-sql-injection-cheat-sheet/ http://pentestmonkey.net/blog/informix-sql-injection-cheat-sheet/ crack mysql hash password: http://www.openwall.com/john/]]></description>
			<content:encoded><![CDATA[<p>realmente muito bom, dica do ara&#8221;ú&#8221;jo! =)</p>
<p>http://pentestmonkey.net/blog/mysql-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/postgres-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/oracle-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/mssql-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/ingres-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/db2-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/informix-sql-injection-cheat-sheet/</p>
<p>crack mysql hash password:</p>
<p>http://www.openwall.com/john/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>erro foreign key mysql</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[importação]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=429</guid>
		<description><![CDATA[Cannot add or update a child row: a foreign key constraint fails Só adicionar isso no início do arquivo SQL: set foreign_key_checks = 0;]]></description>
			<content:encoded><![CDATA[<p>Cannot add or update a child row: a foreign key constraint fails</p>
<p>Só adicionar isso no início do arquivo SQL:<br />
<code><br />
set foreign_key_checks = 0;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>corrigindo o error 150 (#10005) no MySQL</title>
		<link>http://www.republicavirtual.com.br/blog/2009/02/25/corrigindo-o-error-150-10005-no-mysql/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/02/25/corrigindo-o-error-150-10005-no-mysql/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 20:29:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/02/25/corrigindo-o-error-150-10005-no-mysql/</guid>
		<description><![CDATA[- Todas as tabelas do tipo InnoDB; - Deve haver um indíce na tabela de origem e destino corresponde a nova chave estrangeira; - Não são suportados para este tipo de relacionamento, campos text e blob; - Os campos devem ter o mesmo tipo (em todas as características); - Atenção, até UNSIGNED faz diferença;]]></description>
			<content:encoded><![CDATA[<p>- Todas as tabelas do tipo InnoDB;<br />
- Deve haver um indíce na tabela de origem e destino corresponde a nova chave estrangeira;<br />
- Não são suportados para este tipo de relacionamento, campos text e blob;<br />
- Os campos devem ter o mesmo tipo (em todas as características);<br />
- Atenção, até UNSIGNED faz diferença;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/02/25/corrigindo-o-error-150-10005-no-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
