Home > Database > Mysql Tutorial > all权限用户无法执行存储过程

all权限用户无法执行存储过程

WBOY
Release: 2016-06-07 17:42:10
Original
1169 people have browsed it

我们使用存储过程的时候,往往只注意要给调用存储过程的账号赋予相应权限,但是实际上存储过程定义用户与这个存储过程能否被执行有直接关系,如果不知道这点,即

   我们使用存储过程的时候,服务器空间,往往只注意要给调用存储过程的账号赋予相应权限,香港服务器,但是实际上存储过程定义用户与这个存储过程能否被执行有直接关系,如果不知道这点,虚拟主机,即使调用存储过程的账号具备存相关权限,一样还是不能执行存储过程。

语法:

CREATE DEFINER=`xx`@`%` PROCEDURE `mmm`




本文出自 “灵魂出窍” 博客,请务必保留此出处

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