IT 한길

- plugin 조회

 SELECT Host,User,plugin,authentication_string FROM mysql.user where User ='root'\G


- User 변경

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'test';