参考 https://www.cnblogs.com/renjianjun/p/9016286.html
修改root密码
ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';
参考 https://www.cnblogs.com/renjianjun/p/9016286.html
修改root密码
ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';