/usr/local/MySQL/bin/mysql -u root -p
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘123456‘;
原文地址:https://www.cnblogs.com/ahualualua/p/12445743.html
时间: 2024-10-14 22:52:22
/usr/local/MySQL/bin/mysql -u root -p
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘123456‘;
原文地址:https://www.cnblogs.com/ahualualua/p/12445743.html