Home > Database > Mysql Tutorial > log_bin_trust_function_creators错误解决_MySQL

log_bin_trust_function_creators错误解决_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:32:02
Original
2607 people have browsed it

bitsCN.com

log_bin_trust_function_creators错误解决

 

当有mysql本地或远程建立function或procedure时报上面的错误 

经试验是log_bin_trust_function_creators值为off导致 

 

设置: 

 

set global log_bin_trust_function_creators=1; 
Copy after login

但重启后失效

永久解决方案

windows下my.ini[mysqld]加上log_bin_trust_function_creators=1 linux下/etc/my.cnf下my.ini[mysqld]加上log_bin_trust_function_creators=1 
Copy after login

 

 

保存 ,重启服务器。

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template