<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4021908286305145461</id><updated>2011-07-07T23:47:32.033-07:00</updated><title type='text'>MySql tips</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4021908286305145461.post-4220772719316893694</id><published>2010-03-03T23:52:00.000-08:00</published><updated>2010-03-03T23:53:11.337-08:00</updated><title type='text'>Get total rows in table --mysql</title><content type='html'>&lt;ul&gt;&lt;li&gt; &lt;p&gt;             &lt;code class="literal"&gt;Rows&lt;/code&gt;           &lt;/p&gt; &lt;p&gt;             The number of rows. Some storage engines, such as             &lt;code class="literal"&gt;MyISAM&lt;/code&gt;, store the exact count. For other             storage engines, such as &lt;code class="literal"&gt;InnoDB&lt;/code&gt;, this             value is an approximation, and may vary from the actual             value by as much as 40 to 50%. In such cases, use             &lt;code class="literal"&gt;SELECT COUNT(*)&lt;/code&gt; to obtain an accurate             count.           &lt;/p&gt; &lt;p&gt;             The &lt;code class="literal"&gt;Rows&lt;/code&gt; value is &lt;code class="literal"&gt;NULL&lt;/code&gt;             for tables in the &lt;code class="literal"&gt;INFORMATION_SCHEMA&lt;/code&gt;             database.           &lt;/p&gt; &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4021908286305145461-4220772719316893694?l=mysqltip.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/4220772719316893694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4021908286305145461&amp;postID=4220772719316893694' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/4220772719316893694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/4220772719316893694'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/2010/03/get-total-rows-in-table-mysql.html' title='Get total rows in table --mysql'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4021908286305145461.post-8343033868407893276</id><published>2010-03-03T02:01:00.000-08:00</published><updated>2010-03-03T02:03:31.767-08:00</updated><title type='text'>Transfer mysql DB from 10.1.1.100 to 10.1.1.111</title><content type='html'>example:&lt;br /&gt;Login 10.1.1.100 (user:root, passwd:xxx)&lt;br /&gt;&lt;br /&gt;mysqldump  -u root --password=xxxxxx -B Ror232_PROD_HR Ror232_PROD_SYS | mysql --host=10.1.1.111 -u subird --password=xxxxxx&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4021908286305145461-8343033868407893276?l=mysqltip.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/8343033868407893276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4021908286305145461&amp;postID=8343033868407893276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/8343033868407893276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/8343033868407893276'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/2010/03/transfer-mysql-db-from-1011100-to.html' title='Transfer mysql DB from 10.1.1.100 to 10.1.1.111'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4021908286305145461.post-4503965201593682291</id><published>2009-11-22T05:44:00.000-08:00</published><updated>2009-11-22T06:12:06.430-08:00</updated><title type='text'>backup mysql data using mysqldump</title><content type='html'>mysqldump -u root -p Ror232_PROD_HR&lt;br /&gt;此法必需輸入root passwd後方能執行&lt;br /&gt;&lt;br /&gt;mysqldump (-h hostname) -u root --password=xxxx Ror232_PROD_HR&lt;br /&gt;此法不需手動輸入root passwd&lt;br /&gt;&lt;br /&gt;以上會Create Tables 但不會Create Databases&lt;br /&gt;&lt;br /&gt;mysqldump (-h hostname) -u root --password=xxxx -B Ror232_PROD_HR Ror232_PROD_SYS |more&lt;br /&gt;以上會Create Tables &amp; Create Databases&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4021908286305145461-4503965201593682291?l=mysqltip.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/4503965201593682291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4021908286305145461&amp;postID=4503965201593682291' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/4503965201593682291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/4503965201593682291'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/2009/11/backup-mysql-data-using-mysqldump.html' title='backup mysql data using mysqldump'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4021908286305145461.post-1013106348793408593</id><published>2008-12-15T20:44:00.000-08:00</published><updated>2009-11-22T05:41:51.280-08:00</updated><title type='text'>Sample MySql statement</title><content type='html'>同部門各季的銷收未稅額比較&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SELECT mid(SerialNo,4,2) AS yr,TRUNCATE((mid(SerialNo,6,2)+2)/3,0) AS season, SUM(beforeTax) FROM DCT.DCT_SOMAIN WHERE mid(SerialNo,4,2) in ( '93','94','95','96','97' ) AND SUBSTRING_INDEX(Dept,'.',1) regexp 'FSS*' GROUP BY  yr,season&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;各部門最近5年各年的業績比較&lt;br /&gt;&lt;ul&gt;&lt;li&gt;SELECT SUBSTRING_INDEX(Dept,'.',1) AS dep,mid(SerialNo,4,2) AS yr, SUM(beforeTax) FROM DCT.DCT_SOMAIN WHERE mid(SerialNo,4,2) in ( '93','94','95','96','97' ) AND SUBSTRING_INDEX(Dept,'.',1) regexp '[HIPCF]SS+'  GROUP BY dep, yr&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4021908286305145461-1013106348793408593?l=mysqltip.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/1013106348793408593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4021908286305145461&amp;postID=1013106348793408593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/1013106348793408593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/1013106348793408593'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/2008/12/sample-mysql-statement.html' title='Sample MySql statement'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4021908286305145461.post-6467242519319726593</id><published>2008-12-08T19:08:00.000-08:00</published><updated>2008-12-08T19:47:28.684-08:00</updated><title type='text'>如何Check Mysql Update是否有成功?</title><content type='html'>&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="  ;font-family:-webkit-monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;應可Check update的rows數量便可,若是0,就表示沒有資料被updated&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;       &lt;code class="literal"&gt;&lt;a href="http://dev.mysql.com/doc/refman/5.0/en/update.html" title="12.2.11. UPDATE Syntax"&gt;UPDATE&lt;/a&gt;&lt;/code&gt; returns the number of rows       that were actually changed. The       &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/mysql-info.html" title="20.8.3.35. mysql_info()"&gt;&lt;code class="literal"&gt;mysql_info()&lt;/code&gt;&lt;/a&gt; C API function       returns the number of rows that were matched and updated and the       number of warnings that occurred during the       &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/update.html" title="12.2.11. UPDATE Syntax"&gt;&lt;code class="literal"&gt;UPDATE&lt;/code&gt;&lt;/a&gt;.     &lt;/p&gt; &lt;p&gt;       You can use &lt;code class="literal"&gt;LIMIT       &lt;em class="replaceable"&gt;&lt;code&gt;row_count&lt;/code&gt;&lt;/em&gt;&lt;/code&gt; to restrict the       scope of the &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/update.html" title="12.2.11. UPDATE Syntax"&gt;&lt;code class="literal"&gt;UPDATE&lt;/code&gt;&lt;/a&gt;. A       &lt;code class="literal"&gt;LIMIT&lt;/code&gt; clause is a rows-matched restriction. The       statement stops as soon as it has found       &lt;em class="replaceable"&gt;&lt;code&gt;row_count&lt;/code&gt;&lt;/em&gt; rows that satisfy the       &lt;code class="literal"&gt;WHERE&lt;/code&gt; clause, whether or not they actually were       changed.     &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;另可使用&lt;span class="Apple-style-span" style=" font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;a href="http://tw.php.net/manual/en/function.mysql-affected-rows.php"&gt;mysql_affected_rows &lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: 16px; font-weight: normal; "&gt;(PHP 4, PHP 5, PECL mysql:1.0)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="refnamediv"&gt;&lt;p class="refpurpose"&gt;&lt;span class="refname"&gt;mysql_affected_rows&lt;/span&gt; — &lt;span class="dc-title"&gt;Get number of affected rows in previous MySQL operation&lt;/span&gt;&lt;/p&gt;   &lt;/div&gt;   &lt;div class="refsect1 description"&gt;   &lt;h3 class="title"&gt;Description&lt;/h3&gt;   &lt;div class="methodsynopsis dc-description"&gt;    &lt;span class="type"&gt;int&lt;/span&gt; &lt;span class="methodname"&gt;&lt;b&gt;&lt;b&gt;mysql_affected_rows&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;     ([ &lt;span class="methodparam"&gt;&lt;span class="type"&gt;resource&lt;/span&gt; &lt;tt class="parameter"&gt;$link_identifier&lt;/tt&gt;&lt;/span&gt;   ] )&lt;/div&gt;    &lt;p class="para rdfs-comment"&gt;    Get the number of affected rows by the last INSERT, UPDATE, REPLACE     or DELETE query associated with &lt;i&gt;&lt;tt class="parameter"&gt;link_identifier&lt;/tt&gt;&lt;/i&gt; .     &lt;/p&gt;  &lt;/div&gt;    &lt;div class="refsect1 parameters"&gt;   &lt;h3 class="title"&gt;Parameters&lt;/h3&gt;   &lt;p class="para"&gt;    &lt;/p&gt;&lt;dl&gt;      &lt;dt&gt; &lt;span class="term"&gt;&lt;i&gt;&lt;tt class="parameter"&gt; link_identifier&lt;/tt&gt;&lt;/i&gt; &lt;/span&gt; &lt;/dt&gt;&lt;dd&gt; &lt;p class="para"&gt;The MySQL connection. If the  link identifier is not specified, the last link opened by  &lt;a href="http://tw.php.net/manual/en/function.mysql-connect.php" class="function"&gt;mysql_connect()&lt;/a&gt; is assumed. If no such link is found, it will try to create one as if &lt;a href="http://tw.php.net/manual/en/function.mysql-connect.php" class="function"&gt;mysql_connect()&lt;/a&gt; was called with no arguments. If by chance no connection is found or established, an &lt;b&gt;&lt;tt&gt;E_WARNING&lt;/tt&gt;&lt;/b&gt; level error is generated.&lt;/p&gt;&lt;/dd&gt;       &lt;/dl&gt;      &lt;/div&gt;    &lt;div class="refsect1 returnvalues"&gt;   &lt;h3 class="title"&gt;Return Values&lt;/h3&gt;   &lt;p class="para"&gt;    Returns the number of affected rows on success, and -1 if the last query    failed.   &lt;/p&gt;   &lt;p class="para"&gt;    If the last query was a DELETE query with no WHERE clause, all    of the records will have been deleted from the table but this    function will return zero with MySQL versions prior to 4.1.2.   &lt;/p&gt;   &lt;p class="para"&gt;    When using UPDATE, MySQL will not update columns where the new value is the     same as the old value.  This creates the possibility that     &lt;b&gt;mysql_affected_rows()&lt;/b&gt; may not actually equal the number     of rows matched, only the number of rows that were literally affected by     the query.   &lt;/p&gt;   &lt;p class="para"&gt;    The REPLACE statement first deletes the record with the same primary key     and then inserts the new record. This function returns the number of     deleted records plus the number of inserted records.   &lt;/p&gt;   &lt;/div&gt;    &lt;div class="refsect1 examples"&gt;   &lt;h3 class="title"&gt;Examples&lt;/h3&gt;   &lt;p class="para"&gt;    &lt;/p&gt;&lt;div class="example"&gt;     &lt;p&gt;&lt;b&gt;Example #1 &lt;b&gt;mysql_affected_rows()&lt;/b&gt; example&lt;/b&gt;&lt;/p&gt;     &lt;div class="example-contents"&gt; &lt;div class="phpcode"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_connect&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'localhost'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'mysql_user'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'mysql_password'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;if (!&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$link&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) {&lt;br /&gt;    die(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'Could not connect: ' &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_error&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;());&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_select_db&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'mydb'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;/* this should return the correct numbers of deleted records */&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_query&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'DELETE FROM mytable WHERE id &lt; 10'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;printf&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"Records deleted: %d\n"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_affected_rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;());&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;/* with a where clause that is never true, it should return 0 */&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_query&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'DELETE FROM mytable WHERE 0'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;printf&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"Records deleted: %d\n"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;mysql_affected_rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;());&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt; &lt;/span&gt; &lt;/span&gt;&lt;/code&gt;&lt;/div&gt;     &lt;/div&gt;      &lt;div class="example-contents"&gt;&lt;p&gt;The above example will output  something similar to:&lt;/p&gt;&lt;/div&gt;     &lt;div class="example-contents"&gt;&lt;pre&gt;&lt;div class="cdata"&gt;&lt;pre&gt;Records deleted: 10 Records deleted: 0 &lt;/pre&gt;&lt;/div&gt;     &lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4021908286305145461-6467242519319726593?l=mysqltip.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mysqltip.blogspot.com/feeds/6467242519319726593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4021908286305145461&amp;postID=6467242519319726593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/6467242519319726593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4021908286305145461/posts/default/6467242519319726593'/><link rel='alternate' type='text/html' href='http://mysqltip.blogspot.com/2008/12/check-mysql-update.html' title='如何Check Mysql Update是否有成功?'/><author><name>文宗</name><uri>http://www.blogger.com/profile/17872873086635390063</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_3OwexBWP0Y8/ST3m6nKQNII/AAAAAAAABPw/sr18y9LOrp4/S220/101_1110.jpg'/></author><thr:total>0</thr:total></entry></feed>
