Concepts > Attributs (MetaAttributes) > SQL SECURITY \ MySQL
SQL SECURITY \ MySQL
The SQL SECURITY characteristic determines which MySQL account to use when checking access privileges for the view when the view is executed. The legal characteristic values are DEFINER and INVOKER. These indicate that the view must be executable by the user who defined it or invoked it, respectively. The default SQL SECURITY value is DEFINER.
 
Traductions
Type
String (63) Enumeration
 
Liste des MetaClasses
.
Valeur
(DEFINER), (INVOKER).