Hue与MySQL集成之后查询表中的数据出现中文乱码

image
image.gif

解决方案

在 Hue的安装目录下的desktop/conf/hue.ini文件中添加

## options={}

options={ "init_command":"SET NAMES 'utf8'"}

重启Hue即可

image
image.gif

你可能感兴趣的:(Hue与MySQL集成之后查询表中的数据出现中文乱码)