Re: error when connect Doris via mysql

2021-12-13 Thread 王 铁
I am pretty sure this is not an issue because I launched fe in docker,it works good. I will try more thanks guys 获取 Outlook for iOS 发件人: ling miao 发送时间: Tuesday, December 14, 2021 2:11:46 PM 收件人: dev 主题: Re: error when connect Doris via my

Re: error when connect Doris via mysql

2021-12-13 Thread ling miao
The jdk version is openJDK 11 in default. If you use the default values when compiling in the image, you need to run with openjdk 11. Compile doc: [ https://doris.apache.org/master/zh-CN/installing/compilation.html#%E4%BD%BF%E7%94%A8-docker-%E5%BC%80%E5%8F%91%E9%95%9C%E5%83%8F%E7%BC%96%E8%AF%91-%E

Re: error when connect Doris via mysql

2021-12-13 Thread 王 铁
I changed OpenJDK today but still got this error 获取 Outlook for iOS 发件人: ling miao 发送时间: Monday, December 13, 2021 6:30:37 PM 收件人: dev 主题: Re: error when connect Doris via mysql We use open in Doris image, So you need to use open also ~ L

Re: error when connect Doris via mysql

2021-12-13 Thread ling miao
We use open in Doris image, So you need to use open also ~ Ling Miao 王 铁 于2021年12月13日周一 17:33写道: > I am using Oracle JDK 1.8.0_121 > > ok I will change it and retry > > thanks > > 发件人: ling miao > 发送时间: 2021年12月13日 16:49 > 收件人: dev > 主题: Re: error when connect

回复: error when connect Doris via mysql

2021-12-13 Thread 王 铁
I am using Oracle JDK 1.8.0_121 ok I will change it and retry thanks 发件人: ling miao 发送时间: 2021年12月13日 16:49 收件人: dev 主题: Re: error when connect Doris via mysql Are you using oracle jdk or open jdk? Ling Miao 王 铁 于2021年12月13日周一 16:47写道: > so I compiled sourc

Re: error when connect Doris via mysql

2021-12-13 Thread ling miao
Are you using oracle jdk or open jdk? Ling Miao 王 铁 于2021年12月13日周一 16:47写道: > so I compiled source code with java 1.8.0_302 which from docker env > > and I launched fe with java 1.8.0_121 > > is this tiny difference the reason we discussed before? > > > 发件人: Jia

回复: error when connect Doris via mysql

2021-12-13 Thread 王 铁
so I compiled source code with java 1.8.0_302 which from docker env and I launched fe with java 1.8.0_121 is this tiny difference the reason we discussed before? 发件人: Jianliang Qi 发送时间: 2021年12月13日 16:32 收件人: dev@doris.apache.org 主题: Re: error when connect Dori

Re: error when connect Doris via mysql

2021-12-13 Thread Jianliang Qi
Hi wangtie. Running and compiling Doris JDK must be consistent. You can reference the compile doc[1] to change the JDK version while compiling. [1] https://doris.apache.org/master/zh-CN/installing/compilation.html#%E4%BD%BF%E7%94%A8-docker-%E5%BC%80%E5%8F%91%E9%95%9C%E5%83%8F%E7%BC%96%E8%AF%91-%

error when connect Doris via mysql

2021-12-13 Thread 王 铁
Hi I have compiled source code with using docker image, and I have started fe progress on one server when I tried to connect use : ./mysql-client -h host -P port -uroot there is an error shown on screen : ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication pac