報錯:
you *might* want to use the less safe log_bin_trust_function_creators variable

image.png
解決方法:
1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;
2. 系統(tǒng)啟動時 --log-bin-trust-function-creators=1
3. 在my.ini(linux下為my.conf)文件中 [mysqld] 標(biāo)記后加一行內(nèi)容為 log-bin-trust-function-creators

image.png