mysql 改密码

/usr/local/MySQL/bin/mysql -u root -p

ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘123456‘;

相关推荐