<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post/4978/</link>
<title><![CDATA[mysql中如何查看数据库表的创建时间]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Tue, 14 Feb 2012 03:56:40 +0000</pubDate> 
<guid>http://jackxiang.com/post/4978/</guid> 
<description>
<![CDATA[ 
	<textarea name="code" class="html" rows="15" cols="100">
select * from information_schema.tables where table_schema=&#039;dbname&#039; and table_name =&#039;tbname&#039;;
select * from mysql.proc where db=&#039;dbname&#039; and name=&#039;procname&#039;;
</textarea><br/><textarea name="code" class="html" rows="15" cols="100">
mysql&gt; show table status where name =&#039;user&#039;&#92;G; 
*************************** 1. row ***************************
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name: user
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Engine: MyISAM
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Version: 10
&nbsp;&nbsp;&nbsp;&nbsp; Row_format: Dynamic
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rows: 32
 Avg_row_length: 79
&nbsp;&nbsp;&nbsp;&nbsp;Data_length: 2556
Max_data_length: 281474976710655
&nbsp;&nbsp; Index_length: 2048
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Data_free: 0
 Auto_increment: NULL
&nbsp;&nbsp;&nbsp;&nbsp;Create_time: 2010-01-05 15:13:32
&nbsp;&nbsp;&nbsp;&nbsp;Update_time: 2012-01-04 11:35:51
&nbsp;&nbsp;&nbsp;&nbsp; Check_time: NULL
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Collation: utf8_bin
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Checksum: NULL
 Create_options: 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comment: Users and global privileges
1 row in set (0.00 sec)

</textarea><br/><textarea name="code" class="html" rows="15" cols="100">
select CREATE_TIME from INFORMATION_SCHEMA.TABLES where TABLE_NAME=&#039;table1&#039;
</textarea><br/>show table status;<br/>show table status where name =&#039;表名&#039;; 可以查看指定表的信息<br/>show table status where name =&#039;t_tst_draft_info&#039;; <br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post/4978/#blogcomment63479</link>
<title><![CDATA[[评论] mysql中如何查看数据库表的创建时间]]></title> 
<author>hxngb7af &lt;ggzm55@mail114.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 19 Feb 2012 03:17:30 +0000</pubDate> 
<guid>http://jackxiang.com/post/4978/#blogcomment63479</guid> 
<description>
<![CDATA[ 
	谢谢楼主的共享，我同意楼主的看法
]]>
</description>
</item><item>
<link>http://jackxiang.com/post/4978/#blogcomment63615</link>
<title><![CDATA[[评论] mysql中如何查看数据库表的创建时间]]></title> 
<author>mark28347 &lt;prettyall@126.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 23 Feb 2012 04:50:25 +0000</pubDate> 
<guid>http://jackxiang.com/post/4978/#blogcomment63615</guid> 
<description>
<![CDATA[ 
	让版主看后决定加精固顶的好帖
]]>
</description>
</item>
</channel>
</rss>