Home > Database > Mysql Tutorial > MySQL Store routines 里面的SQL SECURITY 解释

MySQL Store routines 里面的SQL SECURITY 解释

WBOY
Release: 2016-06-07 16:55:08
Original
1142 people have browsed it

关于 store routines 里面的SQL SECURITY 定义,我来解释下。SQL SECURITY DEFINER 表示定义者必须有相关权限。SQL SECURITY INV

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。

 

今天有人问了一个小问题。

关于 store routines 里面的SQL SECURITY 定义,我来解释下。

SQL SECURITY DEFINER 表示定义者必须有相关权限。

SQL SECURITY INVOKER 表示只要调用者有相关权限即可。

很简单, 大家可以自己简单试验下就明白了。(给两个用户,一个有EXECUTE权限,一个有CREATE ROUTINE 权限,然后各自调用下) 我这里就不举例子了。

linux

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template