Error 2059 when using navicat link after mysql8.0 is installed

Mysql > alter table Mysql8.0 alter table Mysql8.0 alter table Mysql8.0

# The 'password' enclosed in single quotes is your database password, not the character password. alter user root@localhost identified by 'password' password expire never; alter user root@localhost identified with mysql_native_password by 'password'; flush privileges;Copy the code