Release Notes
Announcements
log_bin_trust_function_creators must be ON.user1 corresponding to DEFINER ([DEFINER = user1]) in the source database is the same as the task execution account user2.SQL SECURITY attribute of user1 in the target database after migration/sync from DEFINER to INVOKER ([INVOKER = user1]), and set the DEFINER in the target database to the task execution account user2 ([DEFINER = task execution account user2]).log_bin_trust_function_creators parameter.log_bin_trust_function_creators controls whether to allow users to write stored functions to the binlog. If it is set to OFF, only users with SUPER permissions can write stored function creation operations to the binlog. If it is set to ON, users with no SUPER permissions can also do this.log_bin_trust_function_creators parameter:set global log_bin_trust_function_creators = ON;
show variables like '%log_bin_trust_function_creators%';
mysql> show variables like '%log_bin_trust_function_creators%';+---------------------------------+-------+| Variable_name | Value |+---------------------------------+-------+| log_bin_trust_function_creators | ON |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan