MySQL Server Administration

[size=medium]
[b]1.Server Option and Variable Reference[/b]
1).SHOW [GLOBAL | SESSION] STATUS
2).Show collation;
3).show variables like '%...%'

[b]2.Server Response to Signals[/b]
a).SIGTERM causes the server to shut down.
b).SIGHUP causes the server to reload the grant tables and flush the logs (like FLUSH PRIVILEGES and FLUSH LOGS).

[b]3.INFORMATION_SCHEMA Tables[/b]
INFORMATION_SCHEMA provides access to database metadata.
Metadata is data about the data, such as the name of a database or table, the data type of a column, or access privileges. Other terms that sometimes are used for this information are data dictionary and system catalog.
INFORMATION_SCHEMA is the information database, the place that stores information about all the other databases that the MySQL server maintains. Inside INFORMATION_SCHEMA there are several read-only tables. They are actually views, not base tables, so there are no files associated with them.

[b]4.MySQL Performance Schema[/b]
The MySQL Performance Schema is a feature for monitoring MySQL Server execution at a low level.

[/size]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值