Home  >  Article  >  Database  >  专栏:MySQL进阶指南

专栏:MySQL进阶指南

WBOY
WBOYOriginal
2016-06-07 15:19:171048browse

[数据库] [MySQL] 探索权限表 MySQL权限表是指在mysql数据库下的5张表:user, db, tables_priv, columns_priv, procs_priv,这5张表记录了所有的用户及其权限信息,MySQL就是通过这5张表控制用户访问的。本文将探索这5张权限表。MySQL权限表的结构和内容1、u

[数据库] [MySQL] 探索权限表

MySQL权限表是指在mysql数据库下的5张表:user, db, tables_priv, columns_priv, procs_priv,这5张表记录了所有的用户及其权限信息,MySQL就是通过这5张表控制用户访问的。本文将探索这5张权限表。 MySQL权限表的结构和内容 1、user:记录账号、密码、全局性权限信息等。 mysql> desc mysql.user; +...

MySQL 权限表 user db tables_priv

u010415792 2013-10-24 16:06 阅读(889) 评论(1)

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn