允許mysql函數
解決方法如下:
1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;
2. 係統啟動時 --log-bin-trust-function-creators=1
3. 在my.ini(linux下為my.conf)文件中 [mysqld] 標記後加一行內容為 log-bin-trust-function-creators=1
最後更新:2017-11-19 11:34:11
最後更新:2017-11-19 11:34:11