<?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>LunarPages中文导航 &#187; information_schema</title>
	<atom:link href="https://lunarpages.ac.cn/tag/information_schema/feed/" rel="self" type="application/rss+xml" />
	<link>https://lunarpages.ac.cn</link>
	<description>LunarPages中文导航,LunarPages购买使用教程,LunarPages主机优惠码</description>
	<lastBuildDate>Sat, 15 Jun 2019 02:26:45 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.36</generator>
	<item>
		<title>介绍MySQL中的information_schema到底是什么</title>
		<link>https://lunarpages.ac.cn/information_schema/</link>
		<comments>https://lunarpages.ac.cn/information_schema/#comments</comments>
		<pubDate>Thu, 19 Jun 2014 07:58:24 +0000</pubDate>
		<dc:creator><![CDATA[user1]]></dc:creator>
				<category><![CDATA[LunarPages介绍]]></category>
		<category><![CDATA[information_schema]]></category>

		<guid isPermaLink="false">http://lunarpages.ac.cn/?p=200</guid>
		<description><![CDATA[可能有些用户在LunarPages主机空间中安装MYSQL时，会发现会有一个information_schem [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>可能有些用户在LunarPages主机空间中安装MYSQL时，会发现会有一个information_schema数据库，那么大家会会产生疑问，它是做什么用的，有哪些用途呢 ?其实information_schema数据库时MySQL原有的，提供了访问数据库元数据的功能。</p>
<p>MySQL中，也把 information_schema 看作是一个数据库，同其它不同之处是， information_schema 存储了所有MySQL服务器管理的数据库信息，如数据库名，数据库的表，表栏的数据类型与访问权限等。</p>
<p>对使用LunarPages的用户来说，LunarPages数据库空间无限，和网站文件共享300G空间，用户在使用时，基本上不会受到限制，所以用户不用担心数据库的使用问题。</p>
<p>information_schema数据库表说明:</p>
<p>SCHEMATA表：提供了当前mysql实例中所有数据库的信息。是show databases的结果取之此表。</p>
<p>TABLES表：提供了关于数据库中的表的信息(包括视图)。详细表述了某个表属于哪个schema，表类型，表引擎，创建时间等信息。是show tables from schemaname的结果取之此表。</p>
<p>COLUMNS表：提供了表中的列信息。详细表述了某张表的所有列以及每个列的信息。是show columns from schemaname.tablename的结果取之此表。</p>
<p>STATISTICS表：提供了关于表索引的信息。是show index from schemaname.tablename的结果取之此表。</p>
<p>USER_PRIVILEGES(用户权限)表：给出了关于全程权限的信息。该信息源自mysql.user授权表。是非标准表。</p>
<p>SCHEMA_PRIVILEGES(方案权限)表：给出了关于方案(数据库)权限的信息。该信息来自mysql.db授权表。是非标准表。</p>
<p>TABLE_PRIVILEGES(表权限)表：给出了关于表权限的信息。该信息源自mysql.tables_priv授权表。是非标准表。</p>
<p>COLUMN_PRIVILEGES(列权限)表：给出了关于列权限的信息。该信息源自mysql.columns_priv授权表。是非标准表。</p>
<p>CHARACTER_SETS(字符集)表：提供了mysql实例可用字符集的信息。是SHOW CHARACTER SET结果集取之此表。</p>
<p style="padding-left: 30px;">　　COLLATIONS表：提供了关于各字符集的对照信息。</p>
]]></content:encoded>
			<wfw:commentRss>https://lunarpages.ac.cn/information_schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->