Ranger问题not using SSL the verifyServerCertificate property is set to ‘false‘. You need either

导读:本篇文章讲解 Ranger问题not using SSL the verifyServerCertificate property is set to ‘false‘. You need either,希望对大家有帮助,欢迎收藏,转发!站点地址:www.bmabk.com

问题一 For compliance with existing applications not using SSL the verifyServerCertificate property is set to ‘false’. You need either to explicitly disable SSL by setting useSSL=false, or

mysql

useSSL=false

例如:
在这里插入图片描述

mysql配置添加一下两行重启mysql

sql_mode=STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTIO
skip_ssl

问题二:This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its 错误解决办法

在 MySQL 中创建函数时出现这种错误的解决方法:

1、在 MySQL 数据库中执行以下语句,临时生效,重启后失效

set global log_bin_trust_function_creators=TRUE;
2、在配置文件 my.ini 的 [mysqld] 配置,永久生效

log_bin_trust_function_creators=1

效果
在这里插入图片描述

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

文章由半码博客整理,本文链接:https://www.bmabk.com/index.php/post/75634.html

(0)
小半的头像小半

相关推荐

半码博客——专业性很强的中文编程技术网站,欢迎收藏到浏览器,订阅我们!