摘要:
在恢复mysql数据库时提示1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)原因:是因为开启了bin-log解决办法SQL codemysql>show variableslike'log_bin_trust_function_ 阅读全文
摘要:
select * from t_resource_base where xdkm_id = '08975DBC-953B-42DC-AA01-65F168891CEE' and regexp_like(resource_title ,'Un','i'); regexp_like(... 阅读全文