Is `definer` required when creating a MySQL stored procedure?
Answers
Answered by
1
The DEFINER clause specifies the MySQL account to be used when checking access privileges at routine execution time for routines that have the SQL SECURITY DEFINER characteristic.
If the DEFINER clause is omitted, the default definer is the user who executes the CREATE PROCEDURE or CREATE FUNCTION statement.
Similar questions
English,
6 months ago
Physics,
6 months ago
CBSE BOARD X,
6 months ago
Computer Science,
1 year ago
Biology,
1 year ago
Hindi,
1 year ago