Navicat for mysql error when connecting to local database

1. Use alter user 'root' @ '%' identified with mysql_native_password by '123456'; modify the password

2. Use flush privileges; reload the privilege table;

Guess you like

Origin www.cnblogs.com/huc-passer/p/12704724.html