mysql

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
at Handshake.Sequence._packetToError (/Users/lili-files/Desktop/lili-code/vue-music/my-pro/mysql-test/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
mysql -u root -p
输入您的密码
use mysql;
alter user 'root'@'localhost' identified with mysql_native_password by '您的密码';
flush privileges;