<?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>WoodyVillage &#187; MySQL</title>
	<atom:link href="http://www.woody-village.com/archives/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.woody-village.com</link>
	<description></description>
	<lastBuildDate>Sat, 14 Aug 2010 04:30:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQLのデータベース・テーブル情報</title>
		<link>http://www.woody-village.com/archives/416</link>
		<comments>http://www.woody-village.com/archives/416#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:20:02 +0000</pubDate>
		<dc:creator>premier</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.woody-village.com/?p=416</guid>
		<description><![CDATA[
■データベース一覧

mysql> show databases;




■テーブル一覧

mysql> show tables from databasename;

or

mysql> use databasename;
mysql> show tables;




■テーブル定義

mysql> use databasename;
mysql> DESCRIBE tablename;
]]></description>
			<content:encoded><![CDATA[<p>
■データベース一覧<br />
<br />
mysql> show databases;<br />
<br />
<br />
<br />
<br />
■テーブル一覧<br />
<br />
mysql> show tables from <em>databasename</em>;<br />
<br />
or<br />
<br />
mysql> use <em>databasename</em>;<br />
mysql> show tables;<br />
<br />
<br />
<br />
<br />
■テーブル定義<br />
<br />
mysql> use <em>databasename</em>;<br />
mysql> DESCRIBE <em>tablename</em>;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woody-village.com/archives/416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
