<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Taliba Martins - Mysql, Banco de dados e tecnologia</title>
	<atom:link href="http://talibamartins.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://talibamartins.wordpress.com</link>
	<description>Waiting the Falcon</description>
	<lastBuildDate>Fri, 29 May 2009 01:02:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='talibamartins.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ca2e46ade6d49cd6e304f0a3be33e1fd?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Taliba Martins - Mysql, Banco de dados e tecnologia</title>
		<link>http://talibamartins.wordpress.com</link>
	</image>
			<item>
		<title>Novo Site</title>
		<link>http://talibamartins.wordpress.com/2007/10/24/novo-site/</link>
		<comments>http://talibamartins.wordpress.com/2007/10/24/novo-site/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 12:31:28 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Diversos]]></category>
		<category><![CDATA[falcon]]></category>
		<category><![CDATA[Linux mysql]]></category>
		<category><![CDATA[taliba]]></category>
		<category><![CDATA[taliba martins]]></category>
		<category><![CDATA[tecnologia]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/10/24/novo-site/</guid>
		<description><![CDATA[Amigos Demorei a postar novos artigos, porque agora tenho um novo site
www.talibamartins.com
Todas as dicas estao no novo Blog.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=52&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Amigos Demorei a postar novos artigos, porque agora tenho um novo site</p>
<p><a href="http://www.talibamartins.com">www.talibamartins.com</a></p>
<p>Todas as dicas estao no novo Blog.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=52&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/10/24/novo-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Diferença entre datas</title>
		<link>http://talibamartins.wordpress.com/2007/10/02/diferenca-entre-datas/</link>
		<comments>http://talibamartins.wordpress.com/2007/10/02/diferenca-entre-datas/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 17:40:52 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Ajudas]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/10/02/diferenca-entre-datas/</guid>
		<description><![CDATA[Ajudando o Amigo tevez hj, ele precisava saber a diferença de dias entre 2 datas.
mysql&#62; SELECT DATEDIFF(CURDATE(),&#8217;2007-01-01&#8242;);
A função DATEDIFF() retorna um inteiro com o intervalo. a query acima retorna:

mysql&#62; 274
A query abaixo:
mysql&#62; SELECT DATEDIFF(&#8216;2007-01-01&#8242;,CURDATE());
mysql&#62; -274
  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=50&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ajudando o Amigo tevez hj, ele precisava saber a diferença de dias entre 2 datas.</p>
<p><strong>mysql&gt; SELECT DATEDIFF(CURDATE(),&#8217;2007-01-01&#8242;);</strong></p>
<p>A função DATEDIFF() retorna um inteiro com o intervalo. a query acima retorna:<br />
<strong><br />
mysql&gt; 274</strong></p>
<p>A query abaixo:<br />
<strong>mysql&gt; SELECT DATEDIFF(</strong><strong>&#8216;2007-01-01&#8242;,</strong><strong>CURDATE());</strong><br />
<strong>mysql&gt; -274</strong></p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=50&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/10/02/diferenca-entre-datas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajudas &#8211; Selecionar registros em dias úteis</title>
		<link>http://talibamartins.wordpress.com/2007/09/27/ajudas-selecionar-registros-em-dias-uteis/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/27/ajudas-selecionar-registros-em-dias-uteis/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 19:59:01 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Ajudas]]></category>
		<category><![CDATA[dia da semana]]></category>
		<category><![CDATA[dias uteis]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[WEEKDAY]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/27/ajudas-selecionar-registros-em-dias-uteis/</guid>
		<description><![CDATA[Ajudando o Jorge, vai um post sobre como listar os registros com data em dias úteis, de segunda a sexta.
A  função WEEKDAY()  traz o dia da semana, ela retorna um inteiro correspondente ao dia.
0 &#8211; Segunda
1 &#8211; Terça
2 &#8211; Quarta
3 &#8211; Quinta
4 &#8211; Sexta
5 &#8211; Sabado
6 &#8211; Domingo
Sendo assim nossa consulta fica:
mysql&#62; SELECT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=49&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ajudando o Jorge, vai um post sobre como listar os registros com data em dias úteis, de segunda a sexta.<br />
A  função WEEKDAY()  traz o dia da semana, ela retorna um inteiro correspondente ao dia.</p>
<p>0 &#8211; Segunda<br />
1 &#8211; Terça<br />
2 &#8211; Quarta<br />
3 &#8211; Quinta<br />
4 &#8211; Sexta<br />
5 &#8211; Sabado<br />
6 &#8211; Domingo</p>
<p>Sendo assim nossa consulta fica:</p>
<p><strong>mysql&gt; SELECT tbl_data FROM tb_table WHERE WEEKDAY(tbl_data) NOT IN (5,6) ;</strong></p>
<p>[]&#8217;s Jorge</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=49&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/27/ajudas-selecionar-registros-em-dias-uteis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Pesquisar pelo Ano</title>
		<link>http://talibamartins.wordpress.com/2007/09/27/pesquisar-pelo-ano/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/27/pesquisar-pelo-ano/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 18:09:24 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Buscas]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[YEAR]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/27/pesquisar-pelo-ano/</guid>
		<description><![CDATA[Seguindo a serie &#8220;BUSCAS&#8221;, alguem chegou ao blog buscando &#8220;mysql pesquisa por year&#8221;. vamos à solução:
mysql&#62; SELECT * FROM tb_table where YEAR(tbl_data)=&#8217;2007&#8242;
Essa consulta traz todos os registros com ano = 2007, é claro o campo deve ser DATETIME,DATE ou TIMESTAMP
té  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=48&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Seguindo a serie &#8220;BUSCAS&#8221;, alguem chegou ao blog buscando &#8220;mysql pesquisa por year&#8221;. vamos à solução:</p>
<p><strong>mysql&gt; SELECT * FROM tb_table where YEAR(tbl_data)=&#8217;2007&#8242;</strong></p>
<p>Essa consulta traz todos os registros com ano = 2007, é claro o campo deve ser DATETIME,DATE ou TIMESTAMP</p>
<p>té <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=48&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/27/pesquisar-pelo-ano/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Perguntas e respostas sobre o Falcon (texto Gringo)</title>
		<link>http://talibamartins.wordpress.com/2007/09/27/perguntas-e-respostas-sobre-o-falcon-texto-gringo/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/27/perguntas-e-respostas-sobre-o-falcon-texto-gringo/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 17:14:05 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/27/perguntas-e-respostas-sobre-o-falcon-texto-gringo/</guid>
		<description><![CDATA[1. What is Falcon?
Falcon is a transactional data storage engine that runs on all popular hardware/architecture platforms. Its design takes advantage of the large memory caches available in 64-bit environments. Falcon will be the transaction management engine of choice in MySQL for businesses that need fast transaction performance and rock-solid data reliability.
2. How did the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=47&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>1. What is Falcon?</h2>
<p>Falcon is a transactional data storage engine that runs on all popular hardware/architecture platforms. Its design takes advantage of the large memory caches available in 64-bit environments. Falcon will be the transaction management engine of choice in MySQL for businesses that need fast transaction performance and rock-solid data reliability.</p>
<h2>2. How did the Falcon project begin?</h2>
<p>Falcon came from MySQL&#8217;s February 2006 acquisition of Netfrastructure, a company owned by Jim Starkey and Ann Harrison, who now work for MySQL on the Falcon effort. The Falcon group adapted the Netfrastructure data repository into a MySQL pluggable storage engine.</p>
<h2>3. Is Falcon a replacement for InnoDB?</h2>
<p>Falcon was not designed to be a plug-in replacement for InnoDB. New applications that would have been implemented with InnoDB can use Falcon easily. Many applications that currently use InnoDB should be able to also use Falcon. Reasons for not switching to Falcon from InnoDB would be the absolute reliance on clustered indexes, different locking needs, and the need to use statement-based replication in Falcon.</p>
<h2>4. Does Falcon support ACID transactions?</h2>
<p>Yes, Falcon is ACID compliant. Falcon manages transactions through a multi-generational approach in which only committed data is stored in the database. Uncommitted data and old versions of data normally exist only in the record cache. Record versions created by large insert and update transactions may be offloaded into the serial log. One exception is that Falcon creates blobs larger than a page directly on database pages, bypassing the log to avoid writing large objects twice.</p>
<h2>5. Does Falcon handle crash recovery?</h2>
<p>Yes, Falcon handles crash recovery through the use of its serial log files.</p>
<h2>6. How does Falcon use its log files?</h2>
<p>Falcon log files contain entries for committed data to be copied into the database, and entries that allow it to redo actions during recovery, and entries that allow it to undo partial changes made by failed transactions. The serial log is a combination do, redo, and undo log, with some entries being used in more than one phase. Falcon alternates between two log files, switching when all entries in the older file have been moved into the database file.</p>
<h2>7. Does Falcon support all standard MySQL datatypes?</h2>
<p>Yes.</p>
<h2>8. How does locking work in Falcon?</h2>
<p>Falcon uses MVCC (multi-version concurrency control) to provide record level concurrency. This means that readers don&#8217;t block writers and vice-versa.</p>
<h2>9. What types of indexes does Falcon support?</h2>
<p>Falcon uses a form of B-tree indexing with a two-stage retrieval. The entries in the B-tree are prefix-compressed and have trailing blanks and zeros truncated. Two-stage retrieval provides some of the benefits of clustered indexes without the drawbacks that come from the use of such structures. Traditional database index implementations traverse indexes by bouncing between index pages and database pages, which can oftentimes lead to inefficient or costly disk access. Clustered indexes (or index-organized tables) are structured so that the physical ordering of records corresponds to the index order, with the actual leaf pages being the data pages. While some applications benefit from this organization, the physical implementation of clustered indexes can lead to space management problems, such as page splitting. Furthermore, a table can be clustered on only one index, reducing the efficiency of secondary indexes. In Falcon, the index is scanned first, with bits being set in a sparse bit vector to indicate selected records. Records and data pages are then processed in bit order, which is also physical order on disk.</p>
<p>Falcon&#8217;s indexing scheme results in a number of benefits. First, all indexes behave almost like well-tuned clustered indexes. Second, index pages are locked, read, and released, with no intervening data accesses that can cause locking conflicts.</p>
<h2>10. Does Falcon have Foreign Keys/Server-enforced Referential Integrity?</h2>
<p>Foreign key support in Falcon will be supplied above the storage engine layer, which means that other engines besides Falcon will be able to use server-enforced referential integrity. The Foreign Key work is being done outside of the Falcon project and is not available in MySQL 6.0.</p>
<h2>11. What is the performance of Falcon like?</h2>
<p>Falcon excels in processing short to medium-sized transactions on multi-CPU hardware, and is therefore ideal for most online database applications.</p>
<h2>12. Does Falcon work with normal MySQL replication?</h2>
<p>Falcon only works with row-based replication.</p>
<h2>13. What limits does Falcon currently have?</h2>
<p>Current limits include:</p>
<ul>
<li>A single database limit is 110TB.</li>
<li>Each table is limited to 32,000 columns.</li>
<li>Each table is limited to 4 billion rows (will be removed in GA).</li>
</ul>
<h2>14. What platforms are supported in the Falcon Alpha?</h2>
<p>Linux, Windows, and Mac Intel. Others will soon follow.</p>
<h2>15. What V1 GA features are missing in the Falcon Alpha?</h2>
<ul>
<li>Two-phase commit</li>
<li>Configurable lock timeout</li>
<li>Additional platform support</li>
</ul>
<h2>16. When will Falcon be GA?</h2>
<p>The plan is to have a GA release of Falcon in mid-2008, but is dependent on the information gathered from the alpha and beta testing periods.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=47&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/27/perguntas-e-respostas-sobre-o-falcon-texto-gringo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>10 razões para usar o Mysql 6 &#8211; Falcon em aplicações online (Texto em inglês)</title>
		<link>http://talibamartins.wordpress.com/2007/09/27/10-razoes-para-usar-o-mysql-6-falcon-em-aplicacoes-online-texto-em-ingles/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/27/10-razoes-para-usar-o-mysql-6-falcon-em-aplicacoes-online-texto-em-ingles/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 13:31:26 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[falcon]]></category>
		<category><![CDATA[mysql 6]]></category>
		<category><![CDATA[porque usar]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/27/10-razoes-para-usar-o-mysql-6-falcon-em-aplicacoes-online-texto-em-ingles/</guid>
		<description><![CDATA[Top Reasons to use Falcon for Online Applications
1. ACID Transactions and Crash Recovery
The Falcon engine supplies full ACID (atomic, consistent, isolated, durable) transaction control coupled with crash recovery so no critical data is ever lost.
2. High-Performance Transactions
Falcon manages all transactional activity in memory (with optional paging to disk if necessary) so all transactions are serviced [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=46&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1 class="page_header"><a href="http://www.mysql.com/mysql60/top-reasons.html" target="_blank">Top Reasons to use Falcon for Online Applications</a></h1>
<h2>1. ACID Transactions and Crash Recovery</h2>
<p>The Falcon engine supplies full ACID (atomic, consistent, isolated, durable) transaction control coupled with crash recovery so no critical data is ever lost.</p>
<h2>2. High-Performance Transactions</h2>
<p>Falcon manages all transactional activity in memory (with optional paging to disk if necessary) so all transactions are serviced in the quickest time possible. In addition, rollbacks of even the largest transactions are accomplished in a near instantaneous manner.</p>
<h2>3. High Concurrency</h2>
<p>Falcon&#8217;s MVCC and row-level concurrency design mean readers don&#8217;t block writers and vice-versa, with the end result being that lock contention issues are extremely rare.</p>
<h2>4. Online, Automatic Storage Management</h2>
<p>Falcon utilizes tablespaces for user data storage with there being no practical limit to how many tablespaces can be created and used to manage tables, indexes, and BLOB data. All tablespaces feature auto-extending datafiles, automatic space reclamation, and compaction of data pages.</p>
<h2>5. Unique Caching Strategy</h2>
<p>Falcon sports a distinct memory cache called the Record Cache that differs from traditional database caches in that it only holds the necessary rows being requested by end user queries instead of full database pages that may or may not have data being asked for via SQL queries. This equates to more efficient memory utilization plus it ensures needed data stays hot/resident in memory all the time.</p>
<h2>6. High-Performance Indexes</h2>
<p>Falcon utilizes special B-tree indexes that always read in physical disk order, which minimizes I/O response time. Multiple indexes can be created on a Falcon table with all indexes servicing requests in this fashion. Indexes also have prefix and suffix compression to reduce I/O load further.</p>
<h2>7. Comprehensive Performance Diagnostics</h2>
<p>Troubleshooting and tuning Falcon performance is easy via a number of diagnostic tables that provide a window into memory usage, I/O performance, transactional activity, lock activity, and much more.</p>
<h2>8. Simplified Configuration</h2>
<p>There is no complexity whatsoever in terms of configuration as only a handful of variables exist to control the behavior of the Falcon engine.</p>
<h2>9. High Availability</h2>
<p>Extreme degrees of high availability are easily accomplished for a Falcon-driven system by using either MySQL replication or supported third-party high availability solutions such as DRBD.</p>
<h2>10. Parallel Execution</h2>
<p>Falcon&#8217;s design takes advantage of multi-core systems to provide parallel execution of user and service threads. Falcon uses fine-grained multi-threading to increase parallelism with locking on internal structures being done at a low level. In some cases, two threads can change different attributes of the structure at once, because the attributes are separately lockable.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=46&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/27/10-razoes-para-usar-o-mysql-6-falcon-em-aplicacoes-online-texto-em-ingles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Funções de arredondamento</title>
		<link>http://talibamartins.wordpress.com/2007/09/26/funcoes-de-arredondamento/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/26/funcoes-de-arredondamento/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 19:13:13 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Arrendondar]]></category>
		<category><![CDATA[ceil()]]></category>
		<category><![CDATA[round()]]></category>
		<category><![CDATA[truncate]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/26/funcoes-de-arredondamento/</guid>
		<description><![CDATA[O mysql dispõe de varias funções de arredondamento:
CEILING &#8211; Arredonda para cima
mysql&#62; SELECT  CEILING(2.5) ;
mysql&#62;3

FLOOR &#8211; Arredonda para baixo
mysql&#62; SELECT  FLOOR(2.5) ;
mysql&#62;2
ROUND &#8211; Arredonda para o proximo inteiro
mysql&#62; SELECT  ROUND(2.51) ;
mysql&#62;3
TRUNCATE &#8211; Elimina as casas decimais
mysql&#62; SELECT  TRUNCATE(2.5) ;
mysql&#62;2

  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=45&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>O mysql dispõe de varias funções de arredondamento:</p>
<p>CEILING &#8211; Arredonda para cima<br />
<strong>mysql&gt; SELECT  CEILING(2.5) ;<br />
mysql&gt;3<br />
</strong><br />
FLOOR &#8211; Arredonda para baixo<br />
<strong>mysql&gt; SELECT  FLOOR(2.5) ;<br />
mysql&gt;2</strong></p>
<p>ROUND &#8211; Arredonda para o proximo inteiro<br />
<strong>mysql&gt; SELECT  ROUND(2.51) ;<br />
mysql&gt;3</strong></p>
<p>TRUNCATE &#8211; Elimina as casas decimais<br />
<strong>mysql&gt; SELECT  TRUNCATE(2.5) ;<br />
mysql&gt;2<br />
</strong><strong><br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=45&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/26/funcoes-de-arredondamento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>A Função IN</title>
		<link>http://talibamartins.wordpress.com/2007/09/26/a-funcao-in/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/26/a-funcao-in/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 19:06:13 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[SELECT IN]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/26/a-funcao-in/</guid>
		<description><![CDATA[Muitas vezes precisamos fazer uma consulta, onde uma string ou inteiro devem estar entre 2 ou mais valores, por exemplo, preciso listar todos os clientes com cep = &#8216;79004-580&#8242;,&#8217;82020-050&#8242;,&#8217;80010-060&#8242; ou &#8216;11010-040&#8242;. Se você nao conhece a função IN logo pensaria em usar OR, mas não é necessário tanto, vamos à query:
mysql&#62; select * from tb_cliente [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=44&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Muitas vezes precisamos fazer uma consulta, onde uma string ou inteiro devem estar entre 2 ou mais valores, por exemplo, preciso listar todos os clientes com cep = &#8216;79004-580&#8242;,&#8217;82020-050&#8242;,&#8217;80010-060&#8242; ou &#8216;11010-040&#8242;. Se você nao conhece a função IN logo pensaria em usar OR, mas não é necessário tanto, vamos à query:</p>
<p><strong>mysql&gt; select * from tb_cliente where cln_cep IN (&#8216;79004-580&#8242;,&#8217;82020-050&#8242;,&#8217;80010-060&#8242;,&#8217;11010-040&#8242;);</strong></p>
<p>Teta &#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=44&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/26/a-funcao-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>Inserindo e alterando registros</title>
		<link>http://talibamartins.wordpress.com/2007/09/26/inserindo-e-alterando-registros/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/26/inserindo-e-alterando-registros/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 18:48:34 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Ajudas]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/26/inserindo-e-alterando-registros/</guid>
		<description><![CDATA[Poucos sabem, mas existe no mysql  2 maneiras de fazer insert caso nao exista o registro e update caso exista, REPLACE e INSERT &#8230; ON DUPLICATE KEY UPDATE. A syntaxe é seguinte:
mysql&#62; REPLACE tb_table (tbl_id,tbl_name) VALUES (&#8216;1&#8242;,&#8217;Jão&#8217;);
Caso ja exista a chave &#8216;1&#8242; o REPLACE apaga a linha e insere um novo registro com o ID [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=43&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Poucos sabem, mas existe no mysql  2 maneiras de fazer insert caso nao exista o registro e update caso exista, REPLACE e INSERT &#8230; ON DUPLICATE KEY UPDATE. A syntaxe é seguinte:</p>
<p><strong>mysql&gt; REPLACE tb_table (tbl_id,tbl_name) VALUES (&#8216;1&#8242;,&#8217;Jão&#8217;);</strong><br />
Caso ja exista a chave &#8216;1&#8242; o REPLACE apaga a linha e insere um novo registro com o ID 1</p>
<p><strong>mysql&gt; INSERT tb_table (tbl_id,tbl_name) VALUES (1,&#8217;Jão&#8217;) ON DUPLICATE KEY UPDATE tbl_name=&#8217;Jão&#8217;</strong><br />
Ao contrário da função REPLACE, ON DUPLICATE KEY UPDATE,  nao apaga a linha, e sim faz apenas o UPDATE  do campo especificado.</p>
<p>O Uso de REPLACE é mais simples, porém, como ele elimina a linha para inserir novos registros, caso vc nao passe algum campo este ficará vazio, e no uso de ON DUPLICATE KEY UPDATE,  voce escolhe quais serão os campos afetados.</p>
<p>Com o uso de REPLACE, é possivel saber qual foi a operação (Insert ou Update) , pelo numero de ROWS afetados, 1 &#8211; INSERT , 2 &#8211; REPLACE porque ele deleta antes de inserir.</p>
<p>Té outra!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=43&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/26/inserindo-e-alterando-registros/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
		<item>
		<title>BackUp &#8211; mysqldump</title>
		<link>http://talibamartins.wordpress.com/2007/09/25/backup-mysqldump/</link>
		<comments>http://talibamartins.wordpress.com/2007/09/25/backup-mysqldump/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 18:07:35 +0000</pubDate>
		<dc:creator>talibamartins</dc:creator>
				<category><![CDATA[Ajudas]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gera xml]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://talibamartins.wordpress.com/2007/09/25/backup-mysqldump/</guid>
		<description><![CDATA[O Tiago, grande pnc, pediu uma ajuda sobre dump, vamos la:
O mysqldump converte a estrutura e os dados de uma tabela em comando sql. voce pode fazer o dump de uma tabela, do banco todo, ou de todos os bancos do servidor.
shell-&#62; mysqldump database &#62; scriptdesaida.sql
Veja algumas opções do mysql dump:
&#8211;add-drop-database -  Adiciona &#8216;DROP DATABASE&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=42&subd=talibamartins&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>O Tiago, grande pnc, pediu uma ajuda sobre dump, vamos la:<br />
O mysqldump converte a estrutura e os dados de uma tabela em comando sql. voce pode fazer o dump de uma tabela, do banco todo, ou de todos os bancos do servidor.</p>
<p><strong>shell-&gt; mysqldump database &gt; scriptdesaida.sql</strong></p>
<p>Veja algumas opções do mysql dump:</p>
<p><strong>&#8211;add-drop-database</strong> -  Adiciona &#8216;DROP DATABASE&#8217; antes de criar o banco.<br />
<strong>&#8211;add-drop-table</strong>           &#8211; Adiciona  &#8216;drop table&#8217; antes de criar a tabela.<br />
<strong>-i, &#8211;comments</strong>  &#8211; Insere comentarios adicionais ao script<br />
<strong>-f, &#8211;force</strong> Força o mysqldump a continuar mesmo havendo erros.<br />
<strong>-h, &#8211;host=name</strong> para fazer um dump remoto aqui vai o ip do servidor.<br />
<strong>-p, &#8211;password[=name]</strong>, senha do usuarioque vc esta usando<br />
<strong>-u, &#8211;user=name</strong> nome do usuario.<br />
<strong>-X, &#8211;xml</strong> gera um dump em xml.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/talibamartins.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/talibamartins.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talibamartins.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talibamartins.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talibamartins.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talibamartins.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talibamartins.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talibamartins.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talibamartins.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talibamartins.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talibamartins.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talibamartins.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talibamartins.wordpress.com&blog=1545308&post=42&subd=talibamartins&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://talibamartins.wordpress.com/2007/09/25/backup-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88bb4b57a2ffa27bf3cbd10f2be00296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talibamartins</media:title>
		</media:content>
	</item>
	</channel>
</rss>