//solve method,input your password in ‘YourRootPassword‘:
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘YourRootPassword‘;
FLUSH PRIVILEGES;
//result shows in this fig:
原文地址:https://www.cnblogs.com/begin256/p/10803401.html
时间: 2024-11-07 06:03:49