Metabase version 0.32 not connecting to Mysql 8

Hi,

We are using Metabase 0.32 and we are getting below error when we adding connection to the Mysql 8,

java.sql.SQLNonTransientConnectionException: unexpected end of stream, read 0 bytes from 7 (socket was closed by server)

We have setup timeout parameter as below in Mysql 8
wait_timeout = 28800
interactive_timeout = 28800

We also tried running Metabase using below command
nohup java -Xmx5g -Dc3p0.maxIdleTime=250 -Dc3p0.idleConnectionTestPeriod=250 -jar metabase.jar &

Thanks
Chanaka

Hi @chana
Upgrade to a newer version (latest version is 0.34.2). I added support for MySQL 8 in 0.33.5