代码改变世界

随笔档案-2020年05月

mysql 执行报错:Error querying database. Cause: java.sql.SQLSyntaxErrorException:which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

2020-05-31 11:34 by 话猫, 13851 阅读, 收藏, 编辑
摘要: 1.这个错误发生在mysql 5.7 版本及以上版本会出现的问题: mysql 5.7版本默认的sql配置是:sql_mode="ONLY_FULL_GROUP_BY",这个配置严格执行了"SQL92标准" 2.在sql执行时,出现该原因: 简单来说就是:输出的结果是叫target list,就是s 阅读全文

Linux系统下部署eleasticsearch+kibana

2020-05-21 20:35 by 话猫, 417 阅读, 收藏, 编辑
摘要: 1.官网下载eleasticsearch和kibana,两个版本应安装一致,否则会出现kibana连接不上eleasticsearch的情况(这里我以6.3.1为例) eleasticsearch的下载地址:https://www.elastic.co/cn/downloads/past-relea 阅读全文

navicat突然连接不上远程linux服务器上的mysql

2020-05-14 08:12 by 话猫, 966 阅读, 收藏, 编辑
摘要: 我linux服务器上的mysql是docker安装的,突然有一天我的navicat连接不上服务器上的mysql,于是开始了下面一系列的修复 1.首先登录服务器上mysql,看是否能正常登录,我发现不能正常,报[ERROR] unknown variable 'sql_mode=STRICT_TRAN 阅读全文
点击右上角即可分享
微信分享提示