<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: MySQL Table Sync 0.9.3 released</title>
	<link>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/</link>
	<description>Stay curious!</description>
	<pubDate>Sat, 30 Aug 2008 05:04:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-13317</link>
		<author>Xaprb</author>
		<pubDate>Sun, 19 Aug 2007 12:33:37 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-13317</guid>
		<description>Looks like it's working okay.  Try the --execute option.</description>
		<content:encoded><![CDATA[<p>Looks like it&#8217;s working okay.  Try the &#8211;execute option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-13316</link>
		<author>Simon</author>
		<pubDate>Sun, 19 Aug 2007 06:07:08 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-13316</guid>
		<description>Hi,

I tried out your tool but it seems like I can't get it running.

I ssh tunneled my second mysql server through port 1100.


linux:~ # mysql-table-sync --print --debug sync:123@localhost:3306/stest.test sync:123@localhost:1100/stest.test
-- SELECT /*source:`stest`.`test`*/ `id`, MD5(CONCAT_WS('#', `id`,`type`,`client_id`,`agent_id`,`user_id`,`country_id`,`region_id`,`city_id`,`image_id_array`,`comment_id`,`category_id`,`extra_id_array`,`price`,`price2`,`price_currency`,`price_comment_id`,`visits`,`reality_size`,`living_space_size`,`situation_id`,`creation_date`,`map`,`name`,`name_id`,`seasons_id`,`promotion`,`note_id`,`short_comment_id`,`area_id`,`near_location`,`hidden`,`ge_location`,`l_price`,`h_price`,`price_timestamp`,`confirmnow`)) AS __crc FROM `stest`.`test`  ORDER BY `id`
-- SELECT /*dest:`stest`.`test`*/ `id`, MD5(CONCAT_WS('#', `id`,`type`,`client_id`,`agent_id`,`user_id`,`country_id`,`region_id`,`city_id`,`image_id_array`,`comment_id`,`category_id`,`extra_id_array`,`price`,`price2`,`price_currency`,`price_comment_id`,`visits`,`reality_size`,`living_space_size`,`situation_id`,`creation_date`,`map`,`name`,`name_id`,`seasons_id`,`promotion`,`note_id`,`short_comment_id`,`area_id`,`near_location`,`hidden`,`ge_location`,`l_price`,`h_price`,`price_timestamp`,`confirmnow`)) AS __crc FROM `stest`.`test`  ORDER BY `id`



Thanks for any help ..

Simon</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried out your tool but it seems like I can&#8217;t get it running.</p>
<p>I ssh tunneled my second mysql server through port 1100.</p>
<p>linux:~ # mysql-table-sync &#8211;print &#8211;debug sync:123@localhost:3306/stest.test sync:123@localhost:1100/stest.test<br />
&#8211; SELECT /*source:`stest`.`test`*/ `id`, MD5(CONCAT_WS(&#8217;#', `id`,`type`,`client_id`,`agent_id`,`user_id`,`country_id`,`region_id`,`city_id`,`image_id_array`,`comment_id`,`category_id`,`extra_id_array`,`price`,`price2`,`price_currency`,`price_comment_id`,`visits`,`reality_size`,`living_space_size`,`situation_id`,`creation_date`,`map`,`name`,`name_id`,`seasons_id`,`promotion`,`note_id`,`short_comment_id`,`area_id`,`near_location`,`hidden`,`ge_location`,`l_price`,`h_price`,`price_timestamp`,`confirmnow`)) AS __crc FROM `stest`.`test`  ORDER BY `id`<br />
&#8211; SELECT /*dest:`stest`.`test`*/ `id`, MD5(CONCAT_WS(&#8217;#', `id`,`type`,`client_id`,`agent_id`,`user_id`,`country_id`,`region_id`,`city_id`,`image_id_array`,`comment_id`,`category_id`,`extra_id_array`,`price`,`price2`,`price_currency`,`price_comment_id`,`visits`,`reality_size`,`living_space_size`,`situation_id`,`creation_date`,`map`,`name`,`name_id`,`seasons_id`,`promotion`,`note_id`,`short_comment_id`,`area_id`,`near_location`,`hidden`,`ge_location`,`l_price`,`h_price`,`price_timestamp`,`confirmnow`)) AS __crc FROM `stest`.`test`  ORDER BY `id`</p>
<p>Thanks for any help ..</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-9765</link>
		<author>Xaprb</author>
		<pubDate>Wed, 30 May 2007 11:08:33 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-9765</guid>
		<description>No, it works on one table at a time.  The idea is to use it to repair a table known to differ (see MySQL Table Checksum for an efficient way to check all tables for differences).

That said, it would be trivial to write a shell-script wrapper to run it against all tables, but as stated in the documentation, the script requires the insight of a smart person to tell it an efficient way to find and resolve the differences.</description>
		<content:encoded><![CDATA[<p>No, it works on one table at a time.  The idea is to use it to repair a table known to differ (see MySQL Table Checksum for an efficient way to check all tables for differences).</p>
<p>That said, it would be trivial to write a shell-script wrapper to run it against all tables, but as stated in the documentation, the script requires the insight of a smart person to tell it an efficient way to find and resolve the differences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Koppanen</title>
		<link>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-9717</link>
		<author>Mikko Koppanen</author>
		<pubDate>Wed, 30 May 2007 07:40:08 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/17/mysql-table-sync-093-released/#comment-9717</guid>
		<description>Is it possible to sync all tables inside a database somehow (without listing tables manually) or am I missing something?</description>
		<content:encoded><![CDATA[<p>Is it possible to sync all tables inside a database somehow (without listing tables manually) or am I missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
