解决hue窗口中文报错问题

在hue中查询条件加了中文,或者有中文注释都会报错 (1366, Incorrect string value:… for column search at row 1)mysql 修改hue元数据库的字符编码web alter database hue character set latin1; alter table beeswax_queryhistory modify `query` l
相关文章
相关标签/搜索