Sqlectron always return ``` Connection Error ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client ```  I use mysql: ``` mysql Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL) ``` My linux version info: ``` Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic ``` And Sqlectron work well in my another computer, which is `ubuntu 16.04 LTS, mysql 8.0`.