The task is the following - you need to allow working with the database only through stored procedures.
Is it possible to restrict access in MySQL to simple operations: SELECT, UPDATE, DELETE, etc., so that these operations work in stored procedures / functions?